]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915/dg2: s/engine->i915/i915/ for engine workarounds
authorMatt Roper <matthew.d.roper@intel.com>
Fri, 28 Jan 2022 17:01:25 +0000 (09:01 -0800)
committerMatt Roper <matthew.d.roper@intel.com>
Mon, 31 Jan 2022 17:57:23 +0000 (09:57 -0800)
commit13416fcef36c21a61588e499c7c06a21dab253b6
tree6a2dc2572e01c8e5cd83911913cd70c6aad029b4
parentac7086831a731eaf43b169e1593e477d5134ae3d
drm/i915/dg2: s/engine->i915/i915/ for engine workarounds

rcs_engine_wa_init() has a local 'i915' variable; we should use that
rather than 'engine->i915' for consistency with how we handle other
platforms.

Suggested-by: Tvrtko Ursulin <tvrtko.ursulin@linux.intel.com>
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220128170125.4121819-1-matthew.d.roper@intel.com
drivers/gpu/drm/i915/gt/intel_workarounds.c