drm/i915: Fix HSW sync flags to use pipe config adjusted_mode
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 10 Sep 2013 14:03:41 +0000 (17:03 +0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 10 Sep 2013 15:06:04 +0000 (17:06 +0200)
intel_ddi_enable_transcoder_func() picked the sync flags from crtc->mode
instead of the pipe config adjusted_mode. Fix the problem and hopefully
rid my HSW machine of the remaining pipe config warnings.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>

No differences found