drm/i915/gt: Drop read from GEN8_L3CNTLREG in ICL workaround
authorLucas De Marchi <lucas.demarchi@intel.com>
Fri, 30 Jun 2023 20:35:06 +0000 (13:35 -0700)
committerLucas De Marchi <lucas.demarchi@intel.com>
Mon, 3 Jul 2023 18:30:20 +0000 (11:30 -0700)
commitfc311f119425002c7f9a8fcdb10fa97f62267943
treefd39246564e4b24fe7d797d9443f472f6248d129
parent28cf243a341aff063fa1fec971ee6362008c7192
drm/i915/gt: Drop read from GEN8_L3CNTLREG in ICL workaround

Now that non-masked registers are already read before programming the
context reads, the additional read became redudant, so remove it.

Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20230630203509.1635216-5-lucas.demarchi@intel.com
drivers/gpu/drm/i915/gt/intel_workarounds.c