]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: mask transcoder select bits before setting them on LVDS
authorJesse Barnes <jbarnes@virtuousgeek.org>
Thu, 12 Jan 2012 22:51:17 +0000 (14:51 -0800)
committerKeith Packard <keithp@keithp.com>
Fri, 13 Jan 2012 05:36:38 +0000 (21:36 -0800)
commit2f641246210feae69a82b04b4351671478f1d924
tree1bbfc9465d5573198cca8214f14415d5a8371c33
parent3e1ef413d01c6e6b4d70ff65a818e5b15aeac7db
drm/i915: mask transcoder select bits before setting them on LVDS

The transcoder port may changed from mode set to mode set, so make sure
to mask out the selection bits before setting the right ones or we'll
get black screens when going from transcoder B to A.

Tested-by: Vincent Vanackere <vincent.vanackere@gmail.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Reviewed-by: Keith Packard <keithp@keithp.com>
Signed-off-by: Keith Packard <keithp@keithp.com>
drivers/gpu/drm/i915/intel_display.c