]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: handle sdvo input pixel multiplier correctly again
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 3 Sep 2013 18:40:36 +0000 (20:40 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 4 Sep 2013 15:34:03 +0000 (17:34 +0200)
commit0d326845cb2c360579b09d7115cb58015fb9b6a1
tree1cab94e9758cabdb719cd35a6a31ffd71d7a9a7b
parentd3760f857ce1b090d84c79592486b91c0724c203
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 8e6a2b8527a756601c3b023427193e8ce8f8c837
Author: Daniel Vetter <daniel.vetter@ffwll.ch>
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 <jbarnes@virtuousgeek.org>
Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_sdvo.c