From: Daniel Vetter Date: Tue, 3 Sep 2013 18:40:36 +0000 (+0200) Subject: drm/i915: handle sdvo input pixel multiplier correctly again X-Git-Tag: v3.12-rc1~61^2~1^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eeb4793779060e0ae27fc8a85b8dac2ab3620934;p=pandora-kernel.git drm/i915: handle sdvo input pixel multiplier correctly again The sdvo input timing needs to be the actual mode, the sdvo encoder automatically adjusts for the need of pixel doubling or quadrupling. This was lost in pipe config conversion of the pixel multiplier in commit 6cc5f341b5830541a1b6945435ca90c69b1b8b21 Author: Daniel Vetter Date: Wed Mar 27 00:44:53 2013 +0100 drm/i915: add pipe_config->pixel_multiplier While at it ditch the intel_ prefix from the crtc in intel_sdvo_mode_set. Cc: Jesse Barnes Cc: Ville Syrjälä Reviewed-by: Ville Syrjälä Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed