aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShobhit Kumar <shobhit.kumar@intel.com>2013-12-10 01:44:59 -0500
committerDaniel Vetter <daniel.vetter@ffwll.ch>2013-12-11 17:52:20 -0500
commita4a593be5dcb39ac565fd2dd5a359456070328ac (patch)
treeeb86af3b6572b6f2931f0410557fa64d4c7bf1a8
parent1dbd7cb256913e5b8d6a4837185b45e3467dff42 (diff)
drm/i915: Remove redundant DSI PLL enabling
DSI PLL will get configured during crtc_enable using ->pre_pll_enable and no need to do in ->mode_set Signed-off-by: Shobhit Kumar <shobhit.kumar@intel.com> Reviewed-by: Jani Nikula <jani.nikula@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
-rw-r--r--drivers/gpu/drm/i915/intel_dsi.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/gpu/drm/i915/intel_dsi.c b/drivers/gpu/drm/i915/intel_dsi.c
index e9bcb46dba5f..604fa6cee289 100644
--- a/drivers/gpu/drm/i915/intel_dsi.c
+++ b/drivers/gpu/drm/i915/intel_dsi.c
@@ -373,9 +373,6 @@ static void intel_dsi_mode_set(struct intel_encoder *intel_encoder)
373 373
374 DRM_DEBUG_KMS("pipe %c\n", pipe_name(pipe)); 374 DRM_DEBUG_KMS("pipe %c\n", pipe_name(pipe));
375 375
376 /* Update the DSI PLL */
377 vlv_enable_dsi_pll(intel_encoder);
378
379 /* XXX: Location of the call */ 376 /* XXX: Location of the call */
380 band_gap_reset(dev_priv); 377 band_gap_reset(dev_priv);
381 378