OSDN Git Service

drm/i915: Apply Wa_1406680159:icl,ehl as an engine workaround
authorMatt Roper <matthew.d.roper@intel.com>
Wed, 11 Mar 2020 16:22:59 +0000 (09:22 -0700)
committerMatt Roper <matthew.d.roper@intel.com>
Fri, 13 Mar 2020 16:02:54 +0000 (09:02 -0700)
commitfb899dd8ea9c4ac5928b86946e6536790981adae
tree2d9413e76ff4d825db8fe17d2ae1caa69ae8794c
parent14f49be483b57911f1b9733d1ea2f4d920968418
drm/i915: Apply Wa_1406680159:icl,ehl as an engine workaround

The register this workaround updates is a render engine register in the
MCR range, so we should initialize this in rcs_engine_wa_init() rather
than gt_wa_init().

Closes: https://gitlab.freedesktop.org/drm/intel/issues/1222
Fixes: 36204d80bacb ("drm/i915/icl: Wa_1406680159")
Cc: Mika Kuoppala <mika.kuoppala@linux.intel.com>
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200311162300.1838847-6-matthew.d.roper@intel.com
Reviewed-by: Mika Kuoppala <mika.kuoppala@linux.intel.com>
drivers/gpu/drm/i915/gt/intel_workarounds.c