xserver: Branch 'master'

Peter Hutterer whot at kemper.freedesktop.org
Thu Sep 10 16:44:38 PDT 2009


 hw/xfree86/common/xf86Init.c |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 281ebb453d2f5254e057a24e580dafa9abf82305
Author: Tiago Vignatti <tiago.vignatti at nokia.com>
Date:   Thu Sep 10 17:52:32 2009 +0300

    xfree86: vgaarb: close and cleanup vga arbiter
    
    So far there are no apparently issues on not closing the fd. But let's do the
    right job here.
    
    Signed-off-by: Tiago Vignatti <tiago.vignatti at nokia.com>
    Acked-by: Dave Airlie <airlied at redhat.com>
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>

diff --git a/hw/xfree86/common/xf86Init.c b/hw/xfree86/common/xf86Init.c
index f9224b1..8f2cdf6 100644
--- a/hw/xfree86/common/xf86Init.c
+++ b/hw/xfree86/common/xf86Init.c
@@ -1181,6 +1181,8 @@ ddxGiveUp(void)
 {
     int i;
 
+    xf86VGAarbiterFini();
+
 #ifdef XF86PM
     if (xf86OSPMClose)
 	xf86OSPMClose();


More information about the xorg-commit mailing list