drm/i915/sdvo: Use pipe_config->limited_color_range consistently
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 24 Apr 2014 21:54:48 +0000 (23:54 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 16 May 2014 09:57:53 +0000 (11:57 +0200)
commit69f5acc839a108bcd0fab040a03a83117ffe4713
tree7dfa2c196621d6d0bac0486d94dbfb99a865a453
parent6897b4b5d3336a0a02d94225de971985c7ad42fe
drm/i915/sdvo: Use pipe_config->limited_color_range consistently

We in the pre_enable hook we should only rely on the pipe config and
not on some other state set through properties or detect functions.

Reviewed-by: Naresh Kumar Kachhi <naresh.kumar.kachhi@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_sdvo.c