radeon: Don't mess up page flipping when a file descriptor is closed.
authorMichel Dänzer <michel@tungstengraphics.com>
Tue, 8 May 2007 05:21:14 +0000 (15:21 +1000)
committerDave Airlie <airlied@linux.ie>
Tue, 8 May 2007 05:21:14 +0000 (15:21 +1000)
There can still be other contexts that may use page flipping later on, so do
just unilaterally 'clean it up', which could lead to the wrong page being
displayed, e.g. when running 3D apps with a GLX compositing manager such as
compiz using page flipping.

Signed-off-by: Dave Airlie <airlied@linux.ie>

No differences found