From: Daniel Vetter Date: Mon, 4 Jun 2012 16:39:19 +0000 (+0200) Subject: drm/i915: compute the target_clock for edp directly X-Git-Tag: v3.6-rc1~83^2~47^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94bf2cedbc22f8952ebbbaa085620d7d0328fced;p=pandora-kernel.git drm/i915: compute the target_clock for edp directly ... instead of abusing mode->clock by storing it in there - we shouldn't touch that one at all. This patch is the first prep step to constify the mode argument of the intel_dp_mode_fixup function. The next patch will stop us from modifying mode->clock. Reviewed-by: Chris Wilson Reviewed-by: Jesse Barnes Signed-Off-by: Daniel Vetter --- Reading git-diff-tree failed