]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit437d6487af5e3baa354f8c6f01f447ca3306ab01
tree7dfa2c196621d6d0bac0486d94dbfb99a865a453
parent00408761889d1a410e2ddd482096f742ab1ecc78
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