OSDN Git Service

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)
commiteeb4793779060e0ae27fc8a85b8dac2ab3620934
tree1cab94e9758cabdb719cd35a6a31ffd71d7a9a7b
parent645416f5adc87c8fae44289cdba7562f3ade8f5c
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 <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