-
-
Save mthierry/9f829b48722dcef1d311338c08e31414 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/drivers/gpu/drm/i915/intel_uncore.c b/drivers/gpu/drm/i915/intel_uncore.c | |
index c697a08b8644..8c0f3ce3b2f8 100644 | |
--- a/drivers/gpu/drm/i915/intel_uncore.c | |
+++ b/drivers/gpu/drm/i915/intel_uncore.c | |
@@ -815,6 +815,7 @@ unclaimed_reg_debug(struct drm_i915_private *dev_priv, | |
if (likely(!i915.mmio_debug)) | |
return; | |
+ DRM_INFO("reading reg = 0x%x\n", reg.reg); | |
__unclaimed_reg_debug(dev_priv, reg, read, before); | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment