drm/i915/uncore: Warn only if unclaimed access remains flagged
authorLucas De Marchi <lucas.demarchi@intel.com>
Fri, 8 Apr 2022 16:48:37 +0000 (09:48 -0700)
committerLucas De Marchi <lucas.demarchi@intel.com>
Sat, 9 Apr 2022 16:32:40 +0000 (09:32 -0700)
commit618f5df1f6a5a3f29fad824116da291a7d14ab5e
treecfdb89b9414a963f7ed17c776ad74e5d65f4129f
parentce21211b4d6b992bd727fb8338bf2a8319288503
drm/i915/uncore: Warn only if unclaimed access remains flagged

Commit 4b276ed3c7ac ("drm/i915/uncore: Warn on previous unclaimed
accesses") tried to improve our report of unclaimed register access,
however it unveiled cases that were not previously causing any harm.

Downgrade the first message to debug so we can still see them and
eventually fix, but don't warn.

Fixes: 4b276ed3c7ac ("drm/i915/uncore: Warn on previous unclaimed accesses")
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220408164837.3845786-1-lucas.demarchi@intel.com
drivers/gpu/drm/i915/intel_uncore.c