OSDN Git Service

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)
commitef6e871af3126850b429f68e8bd5b657042139f0
tree6a2dc2572e01c8e5cd83911913cd70c6aad029b4
parent270677026261ad8d1ea8ed60c3327d37aeb5f372
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