All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/debugfs_crc: Degrade ERROR when overflowing to INFO
@ 2018-12-20 15:17 Maarten Lankhorst
  2018-12-20 16:15 ` ✗ Fi.CI.CHECKPATCH: warning for " Patchwork
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Maarten Lankhorst @ 2018-12-20 15:17 UTC (permalink / raw)
  To: intel-gfx

Signed-off-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
---
 drivers/gpu/drm/drm_debugfs_crc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/drm_debugfs_crc.c b/drivers/gpu/drm/drm_debugfs_crc.c
index 00e743153e94..80f473ce5c67 100644
--- a/drivers/gpu/drm/drm_debugfs_crc.c
+++ b/drivers/gpu/drm/drm_debugfs_crc.c
@@ -408,7 +408,7 @@ int drm_crtc_add_crc_entry(struct drm_crtc *crtc, bool has_frame,
 		spin_unlock(&crc->lock);
 
 		if (!was_overflow)
-			DRM_ERROR("Overflow of CRC buffer, userspace reads too slow.\n");
+			DRM_INFO("Overflow of CRC buffer, userspace reads too slow.\n");
 
 		return -ENOBUFS;
 	}
-- 
2.19.2

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

end of thread, other threads:[~2018-12-27  8:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-20 15:17 [PATCH] drm/debugfs_crc: Degrade ERROR when overflowing to INFO Maarten Lankhorst
2018-12-20 16:15 ` ✗ Fi.CI.CHECKPATCH: warning for " Patchwork
2018-12-20 16:36 ` ✓ Fi.CI.BAT: success " Patchwork
2018-12-21 15:25 ` ✓ Fi.CI.IGT: " Patchwork
2018-12-27  8:05 ` [PATCH] " Jani Nikula

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.