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)
commita666283e9061c58fc888ddf1d9fc552123f1f014
tree6116c19a49c0f4ce89bfe54b9506eaf6b163848a
parent5a1d5eb020a27759f5cab4d72222d1752bb29453
drm/i915: Fix HSW sync flags to use pipe config adjusted_mode

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>
drivers/gpu/drm/i915/intel_ddi.c