From: Daniel Vetter Date: Thu, 28 Mar 2013 09:41:58 +0000 (+0100) Subject: drm/i915: track dp target_clock in pipe_config X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~55^2~51^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df92b1e679d0ea682f14cdf476f98abb071a3228;p=pandora-kernel.git drm/i915: track dp target_clock in pipe_config We need it in the fdi m_n computation, which nicely kills almost all ugly special cases in there. It looks like we also need this to handle 12bpc hdmi correctly. Eventually it might be better to switch things around and put the target clock into adjusted_mode->clock and create a new pipe_config parameter for the port link clock. v2: Add a massive comment in the code to explain this mess. v3: s/dp_target_clock/pixel_target_clock in anticipation of the hdmi use-case. Reviewed-by: Jesse Barnes Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed