drm/i915: vlv_prepare_pll is only needed in case of non DSI interfaces
authorShobhit Kumar <shobhit.kumar@intel.com>
Wed, 25 Jun 2014 06:50:39 +0000 (12:20 +0530)
committerJani Nikula <jani.nikula@intel.com>
Wed, 25 Jun 2014 08:22:18 +0000 (11:22 +0300)
commit8525a235c96a548873c6c5644f50df32b31f04c6
tree8c78db3b1b35841bfeb7eda008dd3314df6d6088
parent5b5ffff0d25060ab0e21fa0f6cd16428e87bf1ea
drm/i915: vlv_prepare_pll is only needed in case of non DSI interfaces

For MIPI, DSI PLL is configured separately in vlv_configure_dsi_pll
during the DSI enable sequence

Causing WARN dump otherwise in dpio_reads

v2: Add IS_CHERRYVIEW check as suggested by Ville

Signed-off-by: Shobhit Kumar <shobhit.kumar@intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
drivers/gpu/drm/i915/intel_display.c
This page took 0.025078 seconds and 5 git commands to generate.