aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2009-07-15 14:51:38 -0400
committerAlex Deucher <alexdeucher@gmail.com>2009-07-15 14:51:38 -0400
commit9aed44beeac4f250a58c792d64a4dee1dde3d086 (patch)
tree502726ca047b27a0819da10914a45923b283947a
parent0411c37409102c71e8ba980f9afb2d4a8c64189d (diff)
Add RADEON_INIT_R600_CP too
this rounds out the r6xx/r7xx stuff in radeon_drm.h
-rw-r--r--shared-core/radeon_drm.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/shared-core/radeon_drm.h b/shared-core/radeon_drm.h
index 3fc417a9..85aa0259 100644
--- a/shared-core/radeon_drm.h
+++ b/shared-core/radeon_drm.h
@@ -548,7 +548,8 @@ typedef struct drm_radeon_init {
RADEON_INIT_CP = 0x01,
RADEON_CLEANUP_CP = 0x02,
RADEON_INIT_R200_CP = 0x03,
- RADEON_INIT_R300_CP = 0x04
+ RADEON_INIT_R300_CP = 0x04,
+ RADEON_INIT_R600_CP = 0x05
} func;
unsigned long sarea_priv_offset;
int is_pci; /* for overriding only */