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)
commit48d7fb181a9102e4936700367db8d5a04bb12c2c
treec9f9d9a48814091e8a1eb3025e1127b443dc41ca
parentf6c26b555e14fb2b35239cb0d66963e996ec100c
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: f26a9e959a7b ("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