summaryrefslogtreecommitdiff
path: root/src/radeon_probe.h
diff options
context:
space:
mode:
authorAlex Deucher <alex@t41p.hsd1.va.comcast.net>2007-12-12 18:50:18 -0500
committerAlex Deucher <alex@t41p.hsd1.va.comcast.net>2007-12-12 18:50:18 -0500
commit33a39947f7f79533cd90007a17d57b20126642c6 (patch)
treeadb2cb7ccad2c2c8b8ffa034cc30f0aeaadec2e8 /src/radeon_probe.h
parent9e5efdecd12092031a4aebce58747cb4a6f48f28 (diff)
RADEON: fix cursors when using rotation
allocate separate cursor buffers for each crtc
Diffstat (limited to 'src/radeon_probe.h')
-rw-r--r--src/radeon_probe.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/radeon_probe.h b/src/radeon_probe.h
index 66ece941..7f8ce450 100644
--- a/src/radeon_probe.h
+++ b/src/radeon_probe.h
@@ -166,6 +166,7 @@ typedef struct _RADEONCrtcPrivateRec {
#endif
int crtc_id;
int binding;
+ CARD32 cursor_offset;
/* Lookup table values to be set when the CRTC is enabled */
CARD8 lut_r[256], lut_g[256], lut_b[256];
} RADEONCrtcPrivateRec, *RADEONCrtcPrivatePtr;