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>
This commit is contained in:
parent
1dbd7cb256
commit
a4a593be5d
@ -373,9 +373,6 @@ static void intel_dsi_mode_set(struct intel_encoder *intel_encoder)
|
|||||||
|
|
||||||
DRM_DEBUG_KMS("pipe %c\n", pipe_name(pipe));
|
DRM_DEBUG_KMS("pipe %c\n", pipe_name(pipe));
|
||||||
|
|
||||||
/* Update the DSI PLL */
|
|
||||||
vlv_enable_dsi_pll(intel_encoder);
|
|
||||||
|
|
||||||
/* XXX: Location of the call */
|
/* XXX: Location of the call */
|
||||||
band_gap_reset(dev_priv);
|
band_gap_reset(dev_priv);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user