From f2335330ec5cd9c4b189b365560c044fe8556ccf Mon Sep 17 00:00:00 2001 From: Jani Nikula Date: Fri, 13 Sep 2013 11:03:09 +0300 Subject: [PATCH] drm/i915: clean up and simplify i9xx_crtc_mode_set wrt PLL handling MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Flat out skip anything to do with PLL if we have a DSI encoder (and thus DSI PLL). Also skip PLL computation if the encoder has already set clocks. This allows for some tidying up of the code, including a superfluous call to intel_limit() for LVDS downclock path. Signed-off-by: Jani Nikula Reviewed-by: Ville Syrjälä Signed-off-by: Daniel Vetter --- Reading git-format-patch failed