]> bbs.cooldavid.org Git - net-next-2.6.git/commit
drm/i915: fully switch off overlay when not in use
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 15 Sep 2009 20:57:35 +0000 (22:57 +0200)
committerEric Anholt <eric@anholt.net>
Thu, 5 Nov 2009 22:47:08 +0000 (14:47 -0800)
commit240a2d12dfff98f8fa1332dc8424284d96f0801e
treec23dd5a5abccb91a1fc13ab72edba37a78d22b9b
parent02e792fbaadb75dec8e476a05b610e49908fc6a4
drm/i915: fully switch off overlay when not in use

Now that the cache flushing of the memory based overlay regs works,
we can safely switch off the overlay. Beforehand it was only disabled
(like in userspace).

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Eric Anholt <eric@anholt.net>
drivers/gpu/drm/i915/intel_overlay.c