summaryrefslogtreecommitdiff
path: root/linux/radeon_drv.h
diff options
context:
space:
mode:
authorTim Smith <electronghost@users.sourceforge.net>2002-07-02 21:34:25 +0000
committerTim Smith <electronghost@users.sourceforge.net>2002-07-02 21:34:25 +0000
commitcc45cc060963356edd832d1bbdf21da46e01c8fb (patch)
treedec27ec2878debd4d7b5b9f5c17fba78099b3051 /linux/radeon_drv.h
parentbb91bc0879ccc1981c49fa761e9bd58bceb1e5cd (diff)
Fix lockup on faster machines when drawing in multiple clip rectangles
(e.g. when part of a 3D window is obscured by another window)
Diffstat (limited to 'linux/radeon_drv.h')
-rw-r--r--linux/radeon_drv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/radeon_drv.h b/linux/radeon_drv.h
index 31e598b2..457c183a 100644
--- a/linux/radeon_drv.h
+++ b/linux/radeon_drv.h
@@ -477,6 +477,7 @@ extern int radeon_cp_flip( struct inode *inode, struct file *filp,
# define RADEON_CNTL_HOSTDATA_BLT 0x00009400
# define RADEON_CNTL_PAINT_MULTI 0x00009A00
# define RADEON_CNTL_BITBLT_MULTI 0x00009B00
+# define RADEON_CNTL_SET_SCISSORS 0xC0001E00
#define RADEON_CP_PACKET_MASK 0xC0000000
#define RADEON_CP_PACKET_COUNT_MASK 0x3fff0000