]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Remove lite restore defines
authorMika Kuoppala <mika.kuoppala@linux.intel.com>
Mon, 3 Feb 2020 16:33:12 +0000 (18:33 +0200)
committerChris Wilson <chris@chris-wilson.co.uk>
Sat, 8 Feb 2020 11:36:55 +0000 (11:36 +0000)
commitcf3549c4027619e24dd36f22f8ffb60879fa83e2
treec9f9d9a48814091e8a1eb3025e1127b443dc41ca
parent29f08ba9878cea5f2d5c09e98971deccde3fd8c1
drm/i915: Remove lite restore defines

We have switched from tail manipulation to forced context restore
to implement WaIdleLiteRestore. Remove the old defines and comments.

Note: we still do emit the WA tail, and use it as our first attempt to
avoid forcing a full-restore instead of a lite-restore, we just have a
much stronger backup mechanism for repeated preemptions.

References: a3174b4c9601 ("drm/i915/gt: Detect if we miss WaIdleLiteRestore")
Cc: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Cc: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Mika Kuoppala <mika.kuoppala@linux.intel.com>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Link: https://patchwork.freedesktop.org/patch/msgid/20200203163312.15475-1-mika.kuoppala@linux.intel.com
drivers/gpu/drm/i915/gt/intel_lrc.c