All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/i915/display: Reduce log level for DP command signal timeout
@ 2019-03-14 17:58 Vanshidhar Konda
  2019-03-14 18:31 ` ✗ Fi.CI.CHECKPATCH: warning for " Patchwork
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Vanshidhar Konda @ 2019-03-14 17:58 UTC (permalink / raw)
  To: intel-gfx

The log level for timeout after waiting for a signal on the  DP aux
channel control register is set to DRM_ERROR. But this is timeout not a
fatal error as the driver is expected to retry the command. Failure
after all retries is already captured as an error. Hence, reducing the
log for a timeout to warning instead of error.
---
 drivers/gpu/drm/i915/intel_dp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/i915/intel_dp.c b/drivers/gpu/drm/i915/intel_dp.c
index 47857f96c3b1..f51e8b2ccb17 100644
--- a/drivers/gpu/drm/i915/intel_dp.c
+++ b/drivers/gpu/drm/i915/intel_dp.c
@@ -1069,7 +1069,7 @@ intel_dp_aux_wait_done(struct intel_dp *intel_dp)
 	trace_i915_reg_rw(false, ch_ctl, status, sizeof(status), true);
 
 	if (!done)
-		DRM_ERROR("dp aux hw did not signal timeout!\n");
+		DRM_WARN("dp aux hw did not signal timeout!\n");
 #undef C
 
 	return status;
-- 
2.20.1

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

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

end of thread, other threads:[~2019-03-15 15:59 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-14 17:58 [PATCH] drm/i915/display: Reduce log level for DP command signal timeout Vanshidhar Konda
2019-03-14 18:31 ` ✗ Fi.CI.CHECKPATCH: warning for " Patchwork
2019-03-14 18:37 ` [PATCH] " Vanshidhar Konda
2019-03-14 18:39 ` Ville Syrjälä
2019-03-14 20:26   ` Vanshidhar Konda
2019-03-14 20:47     ` Ville Syrjälä
2019-03-14 21:00       ` Vanshidhar Konda
2019-03-14 21:09         ` Ville Syrjälä
2019-03-15  1:37           ` Vanshidhar Konda
2019-03-15 13:35             ` Ville Syrjälä
2019-03-15 15:59               ` Vanshidhar Konda
2019-03-14 19:08 ` ✓ Fi.CI.BAT: success for " Patchwork
2019-03-15  4:01 ` ✗ Fi.CI.IGT: failure " Patchwork

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.