From: Ville Syrjälä Date: Fri, 6 Sep 2013 20:28:58 +0000 (+0300) Subject: drm/i915: Don't factor in pixel multplier when deriving dotclock from link clock... X-Git-Tag: v3.13-rc1~76^2~114^2~61 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1041a02f35c5f5a6c180a052281e7414d64bb04b;p=pandora-kernel.git drm/i915: Don't factor in pixel multplier when deriving dotclock from link clock and M/N values We feed the non-multiplied clock to intel_link_compute_m_n(), so the opposite operation should use the same order of operations. So we just multiply by pixel_multiplier in the end now. Reviewed-by: Jani Nikula Signed-off-by: Ville Syrjälä Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed