aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_dsi.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/i915/intel_dsi.c')
-rw-r--r--drivers/gpu/drm/i915/intel_dsi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/intel_dsi.c b/drivers/gpu/drm/i915/intel_dsi.c
index 9a2fdd2a7e34..d257b093ca68 100644
--- a/drivers/gpu/drm/i915/intel_dsi.c
+++ b/drivers/gpu/drm/i915/intel_dsi.c
@@ -350,7 +350,7 @@ static void intel_dsi_mode_set(struct intel_encoder *intel_encoder)
350 unsigned int bpp = intel_crtc->config.pipe_bpp; 350 unsigned int bpp = intel_crtc->config.pipe_bpp;
351 u32 val, tmp; 351 u32 val, tmp;
352 352
353 DRM_DEBUG_KMS("pipe %d\n", pipe); 353 DRM_DEBUG_KMS("pipe %c\n", pipe_name(pipe));
354 354
355 /* Update the DSI PLL */ 355 /* Update the DSI PLL */
356 vlv_enable_dsi_pll(intel_encoder); 356 vlv_enable_dsi_pll(intel_encoder);