All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/i915/cnl: Add information to missing case.
@ 2017-06-16 20:20 Rodrigo Vivi
  2017-06-16 20:58 ` Pandiyan, Dhinakaran
  2017-06-16 21:35 ` ✓ Fi.CI.BAT: success for " Patchwork
  0 siblings, 2 replies; 12+ messages in thread
From: Rodrigo Vivi @ 2017-06-16 20:20 UTC (permalink / raw)
  To: intel-gfx; +Cc: Paulo Zanoni, Rodrigo Vivi

This missing case could be reached out on missing
type or missing voltage. So let's add a debug
message to make our lives easier whenever this
might happen.

Cc: Paulo Zanoni <paulo.r.zanoni@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
---
 drivers/gpu/drm/i915/intel_ddi.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/i915/intel_ddi.c b/drivers/gpu/drm/i915/intel_ddi.c
index e66947a..c96c8d0 100644
--- a/drivers/gpu/drm/i915/intel_ddi.c
+++ b/drivers/gpu/drm/i915/intel_ddi.c
@@ -1802,6 +1802,7 @@ static void cnl_ddi_vswing_program(struct drm_i915_private *dev_priv,
 	}
 
 	if (ddi_translations == NULL) {
+		DRM_DEBUG_KMS("Missing DDI translation table for type %d with voltage %d\n", type, voltage);
 		MISSING_CASE(voltage);
 		return;
 	}
-- 
1.9.1

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

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

end of thread, other threads:[~2017-06-19 17:19 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-16 20:20 [PATCH] drm/i915/cnl: Add information to missing case Rodrigo Vivi
2017-06-16 20:58 ` Pandiyan, Dhinakaran
2017-06-16 21:12   ` Manasi Navare
2017-06-16 21:21     ` Pandiyan, Dhinakaran
2017-06-16 21:26       ` Vivi, Rodrigo
2017-06-16 21:50         ` Pandiyan, Dhinakaran
2017-06-16 21:54           ` Navare, Manasi D
2017-06-16 22:18             ` Vivi, Rodrigo
2017-06-17  8:31               ` Dhinakaran Pandiyan
2017-06-19 16:43                 ` Vivi, Rodrigo
2017-06-19 17:19                   ` Navare, Manasi D
2017-06-16 21:35 ` ✓ Fi.CI.BAT: success for " 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.