]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/i915: fix TV mode setting in property change
authorZhenyu Wang <zhenyu.z.wang@intel.com>
Mon, 23 Mar 2009 16:45:13 +0000 (00:45 +0800)
committerEric Anholt <eric@anholt.net>
Wed, 1 Apr 2009 22:22:00 +0000 (15:22 -0700)
commit7d6ff7851c23740c3813bdf457be638381774b69
treedfdd8e79481d34a25b32715fc46cb00d9d5a8b99
parentebcc8f2eade76946dbb5d5c545b91f8157051aa8
drm/i915: fix TV mode setting in property change

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