From: Ville Syrjälä Date: Wed, 4 Sep 2013 15:25:20 +0000 (+0300) Subject: drm/i915: Use adjusted_mode in HDMI 12bpc clock check X-Git-Tag: v3.13-rc1~76^2~114^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d68e7c3c7f0bf70899d27ca84f35a79e97707f07;p=pandora-kernel.git drm/i915: Use adjusted_mode in HDMI 12bpc clock check The pixel clock should come from adjusted_mode not requested_mode. In this case the two should be the same as we don't currently overwrite the clock in the case of HDMI. But let's make the code safe against such things happening in the future. Signed-off-by: Ville Syrjälä Reviewed-by: Damien Lespiau Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed