From: Damien Lespiau Date: Wed, 25 Sep 2013 15:45:37 +0000 (+0100) Subject: drm/i915: Use crtc_clock with the adjusted mode X-Git-Tag: v3.13-rc1~76^2~80^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=241bfc389111ce4c997430e6cd1532a08b16dc6b;p=pandora-kernel.git drm/i915: Use crtc_clock with the adjusted mode struct drm_mode_display now has a separate crtc_ version of the clock to be used when we're talking about the timings given to the harwadre (was far as the mode is concerned). This commit is really the result of a git grep adjusted_mode.*clock and replacing those by adjusted_mode.crtc_clock. No functional change. v2: Rebased on drm-intel-queued-next Reviewed-by: Ville Syrjälä Signed-off-by: Damien Lespiau Acked-by: Dave Airlie Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed