All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/i915: Typo fix - 'pipe bpc' to 'pipe bpp'
@ 2017-04-04 18:16 Dhinakaran Pandiyan
  2017-04-04 18:36 ` ✓ Fi.CI.BAT: success for " Patchwork
  2017-04-05  7:51 ` [PATCH] " Jani Nikula
  0 siblings, 2 replies; 4+ messages in thread
From: Dhinakaran Pandiyan @ 2017-04-04 18:16 UTC (permalink / raw)
  To: intel-gfx; +Cc: Dhinakaran Pandiyan

Noticed this while I was looking at some debug output,
 [drm:intel_hdmi_compute_config [i915]] picking bpc to 12 for HDMI output
 [drm:intel_hdmi_compute_config [i915]] forcing pipe bpc to 36 for HDMI

I believe the second line should be pipe *bpp*

Signed-off-by: Dhinakaran Pandiyan <dhinakaran.pandiyan@intel.com>
---
 drivers/gpu/drm/i915/intel_hdmi.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/i915/intel_hdmi.c b/drivers/gpu/drm/i915/intel_hdmi.c
index 1d623b5..6efc3cb 100644
--- a/drivers/gpu/drm/i915/intel_hdmi.c
+++ b/drivers/gpu/drm/i915/intel_hdmi.c
@@ -1392,7 +1392,7 @@ bool intel_hdmi_compute_config(struct intel_encoder *encoder,
 	}
 
 	if (!pipe_config->bw_constrained) {
-		DRM_DEBUG_KMS("forcing pipe bpc to %i for HDMI\n", desired_bpp);
+		DRM_DEBUG_KMS("forcing pipe bpp to %i for HDMI\n", desired_bpp);
 		pipe_config->pipe_bpp = desired_bpp;
 	}
 
-- 
2.7.4

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

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

end of thread, other threads:[~2017-04-05  8:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-04 18:16 [PATCH] drm/i915: Typo fix - 'pipe bpc' to 'pipe bpp' Dhinakaran Pandiyan
2017-04-04 18:36 ` ✓ Fi.CI.BAT: success for " Patchwork
2017-04-05  7:51 ` [PATCH] " Jani Nikula
2017-04-05  8:41   ` 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.