From: Ville Syrjälä Date: Wed, 4 Sep 2013 15:25:18 +0000 (+0300) Subject: drm/i915: Grab the pixel clock from adjusted_mode not requested_mode X-Git-Tag: v3.13-rc1~76^2~114^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2b076b6e4890b693fed709f6d68a44f42875a3f;p=pandora-kernel.git drm/i915: Grab the pixel clock from adjusted_mode not requested_mode i9xx_set_pipeconf() attempts to get the current pixel clock from requested_mode. requested_mode.clock may be totally bogus, so the clock should come from adjusted_mode. v2: Dropped the intel_compute_config() hunk due to killing of the INTEL_FDI_FREQ check Signed-off-by: Ville Syrjälä Reviewed-by: Damien Lespiau Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed