]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit290f669846bd290109f4425e9e020f02738c8573
tree2d9413e76ff4d825db8fe17d2ae1caa69ae8794c
parent335ff03e55b93669c580ba7711eea0ec757987b5
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: d05096fee13c ("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