]> Git Repo - linux.git/commit
drm/i915: Correct SFC_DONE register offset
authorMatt Roper <[email protected]>
Wed, 28 Jul 2021 23:34:11 +0000 (16:34 -0700)
committerMatt Roper <[email protected]>
Mon, 2 Aug 2021 15:29:11 +0000 (08:29 -0700)
commit82929a2140eb99f1f1d21855f3f580e70d7abdd8
treec4b0c3dc88c1700137ae31667b0349d5a6f680b5
parent615a77246691f0588a60b0d474e502528c7ed244
drm/i915: Correct SFC_DONE register offset

The register offset for SFC_DONE was missing a '0' at the end, causing
us to read from a non-existent register address.  We only use this
register in error state dumps so the mistake hasn't caused any real
problems, but fixing it will hopefully make the error state dumps a bit
more useful for debugging.

Fixes: e50dbdbfd9fb ("drm/i915/tgl: Add SFC instdone to error state")
Cc: Mika Kuoppala <[email protected]>
Signed-off-by: Matt Roper <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Reviewed-by: Mika Kuoppala <[email protected]>
drivers/gpu/drm/i915/i915_reg.h
This page took 0.042527 seconds and 4 git commands to generate.