drm/i915: Double check we didn't miss an unclaimed register access
authorChris Wilson <chris@chris-wilson.co.uk>
Tue, 4 Sep 2018 11:17:32 +0000 (12:17 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Tue, 4 Sep 2018 13:28:51 +0000 (14:28 +0100)
commit7ef4ac6ed9eddd12c48020998d98647d2d85bdb1
treeb1c726c031846a339acab262d706ec7d2fa2e334
parent9f9d594d952abad06f31ed65f29855f3b99a3c17
drm/i915: Double check we didn't miss an unclaimed register access

Currently, if the user has enabled mmio-debug around each register
access, we presume that we have then checked them all. However, it is
still possible through omission (raw register access) or external
interaction that the unclaimed access was not highlighted.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Mika Kuoppala <mika.kuoppala@linux.intel.com>
Reviewed-by: Mika Kuoppala <mika.kuoppala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20180904111732.24266-1-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/intel_uncore.c