]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915/dg2: Add Wa_16013000631
authorRamalingam C <ramalingam.c@intel.com>
Tue, 16 Nov 2021 17:48:17 +0000 (09:48 -0800)
committerMatt Roper <matthew.d.roper@intel.com>
Fri, 3 Dec 2021 05:38:38 +0000 (21:38 -0800)
commit379101f82819046bf4d0919e8b1e3246c9ba30a5
tree485c9b6df34a97e4ee4193df660e791173b4539e
parent5b2d6e779705b06334c08747bda4e0565811caeb
drm/i915/dg2: Add Wa_16013000631

Invalidate IC cache through pipe control command as part of the ctx
restore flow through indirect ctx pointer.

v2:
 - Move pipe control from xcs indirect context to the rcs indirect
   context.  We'll eventually need this on the CCS engines too, but
   support for those hasn't landed yet.

Cc: Chris Wilson <chris.p.wilson@intel.com>
Signed-off-by: Ramalingam C <ramalingam.c@intel.com>
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Reviewed-by: Clint Taylor <Clinton.A.Taylor@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20211116174818.2128062-5-matthew.d.roper@intel.com
drivers/gpu/drm/i915/gt/intel_lrc.c