All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/i915: tune down unknown unclaime write hsw debug message
@ 2013-01-08  8:33 Daniel Vetter
  2013-01-08  9:32 ` Chris Wilson
  2013-01-14 20:58 ` Paulo Zanoni
  0 siblings, 2 replies; 5+ messages in thread
From: Daniel Vetter @ 2013-01-08  8:33 UTC (permalink / raw)
  To: Intel Graphics Development; +Cc: Daniel Vetter

This could very well be caused by dirt left behind by the BIOS, so
tune it down to the debug level.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=58897
Tested-by: shui yangwei <yangweix.shui@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
---
 drivers/gpu/drm/i915/i915_drv.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/i915/i915_drv.c b/drivers/gpu/drm/i915/i915_drv.c
index 530db83..08dbcc3 100644
--- a/drivers/gpu/drm/i915/i915_drv.c
+++ b/drivers/gpu/drm/i915/i915_drv.c
@@ -1258,7 +1258,7 @@ void i915_write##x(struct drm_i915_private *dev_priv, u32 reg, u##x val) { \
 	if (IS_GEN5(dev_priv->dev)) \
 		ilk_dummy_write(dev_priv); \
 	if (IS_HASWELL(dev_priv->dev) && (I915_READ_NOTRACE(GEN7_ERR_INT) & ERR_INT_MMIO_UNCLAIMED)) { \
-		DRM_ERROR("Unknown unclaimed register before writing to %x\n", reg); \
+		DRM_DEBUG("Unknown unclaimed register before writing to %x\n", reg); \
 		I915_WRITE_NOTRACE(GEN7_ERR_INT, ERR_INT_MMIO_UNCLAIMED); \
 	} \
 	if (IS_VALLEYVIEW(dev_priv->dev) && IS_DISPLAYREG(reg)) { \
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-01-14 20:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-08  8:33 [PATCH] drm/i915: tune down unknown unclaime write hsw debug message Daniel Vetter
2013-01-08  9:32 ` Chris Wilson
2013-01-08 10:07   ` Daniel Vetter
2013-01-12  2:35     ` Ben Widawsky
2013-01-14 20:58 ` Paulo Zanoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.