diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2010-04-16 13:36:25 -0400 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2010-04-16 13:36:25 -0400 |
commit | 4656f5dff1ed72fa2c7a1484305f2aef7b65ff2b (patch) | |
tree | 665284605c7f655e70f259e8d6a1e8faf7692d90 /src/radeon.h | |
parent | a69e749d0562887af6bd236c38802472e54640c4 (diff) |
radeon/kms: fix crash when using more than two heads
fixes fdo bug 27692
Diffstat (limited to 'src/radeon.h')
-rw-r--r-- | src/radeon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radeon.h b/src/radeon.h index 388422a6..961c59e0 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; |