]> 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)
commit75fe0fdcb68feabad8e60920e4e09b09c407f7bc
tree1cab94e9758cabdb719cd35a6a31ffd71d7a9a7b
parent6463bddba4a03e154ea7be4dc4f8986cf8e0a422
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 32d065cc6ce9bd72183a19d5d2023b43bd8880fd
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