]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drm/i915: fix TV mode setting in property change
authorZhenyu Wang <zhenyu.z.wang@intel.com>
Tue, 7 Apr 2009 02:40:25 +0000 (19:40 -0700)
committerChris Wright <chrisw@sous-sol.org>
Mon, 27 Apr 2009 17:36:53 +0000 (10:36 -0700)
commit1d2c2b49a9acd488e2ec9eefac35c54d596b60cf
tree08e59513b5dccdd62ef5a0a470d72be85e0aaba6
parentf9469a013b239e700fd53f84bbf5d5a109070b21
drm/i915: fix TV mode setting in property change

upstream commit: 7d6ff7851c23740c3813bdf457be638381774b69

Only set TV DAC in property change seems doesn't work, we have to
setup whole crtc pipe which assigned to TV alone.

Signed-off-by: Zhenyu Wang <zhenyu.z.wang@intel.com>
[anholt: Note that this should also fix the oops at startup with new 2D]
Signed-off-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
drivers/gpu/drm/i915/intel_tv.c