drm/i915/gt: Apply the CSB w/a for all
authorChris Wilson <chris@chris-wilson.co.uk>
Tue, 15 Sep 2020 13:49:22 +0000 (14:49 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Tue, 15 Sep 2020 14:33:54 +0000 (15:33 +0100)
commit884c40741234c12533caf344997c895ee1c37d60
treea280f5a8e54e8c83f108d5d452480e47570ce447
parent233c1ae3c83f21046c6c4083da904163ece8f110
drm/i915/gt: Apply the CSB w/a for all

Since we expect to inline the csb_parse() routines, the w/a for the
stale CSB data on Tigerlake will be pulled into process_csb(), and so we
might as well simply reuse the logic for all, and so will hopefully
avoid any strange behaviour on Icelake that was not covered by our
previous w/a.

References: d8f505311717 ("drm/i915/icl: Forcibly evict stale csb entries")
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Mika Kuoppala <mika.kuoppala@linux.intel.com>
Cc: Bruce Chang <yu.bruce.chang@intel.com>
Reviewed-by: Mika Kuoppala <mika.kuoppala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200915134923.30088-3-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/gt/intel_lrc.c