xf86-video-ati: Branch 'master'

Alex Deucher agd5f at kemper.freedesktop.org
Fri Apr 16 10:37:38 PDT 2010


 src/radeon.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4656f5dff1ed72fa2c7a1484305f2aef7b65ff2b
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Fri Apr 16 13:36:25 2010 -0400

    radeon/kms: fix crash when using more than two heads
    
    fixes fdo bug 27692

diff --git a/src/radeon.h b/src/radeon.h
index 388422a..961c59e 100644
--- a/src/radeon.h
+++ b/src/radeon.h
@@ -1042,7 +1042,7 @@ typedef struct {
     struct radeon_cs_manager *csm;
     struct radeon_cs *cs;
 
-    struct radeon_bo *cursor_bo[2];
+    struct radeon_bo *cursor_bo[6];
     uint64_t vram_size;
     uint64_t gart_size;
     drmmode_rec drmmode;


More information about the xorg-commit mailing list