summaryrefslogtreecommitdiff
path: root/shared/radeon_drm.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@linux.ie>2004-10-23 06:25:56 +0000
committerDave Airlie <airlied@linux.ie>2004-10-23 06:25:56 +0000
commit8d7e798d4c73650ed240a3ad194744b94043e31f (patch)
treee8136eb7571b5b6f343d50a208dfea14713b71b6 /shared/radeon_drm.h
parent9ea6fe7aa6ba27cc7003c9cd141e9146a492416d (diff)
Apply radeon r300 microcode patch to non-core
Diffstat (limited to 'shared/radeon_drm.h')
-rw-r--r--shared/radeon_drm.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/shared/radeon_drm.h b/shared/radeon_drm.h
index 207a0c00..14d65ea1 100644
--- a/shared/radeon_drm.h
+++ b/shared/radeon_drm.h
@@ -430,7 +430,8 @@ typedef struct drm_radeon_init {
enum {
RADEON_INIT_CP = 0x01,
RADEON_CLEANUP_CP = 0x02,
- RADEON_INIT_R200_CP = 0x03
+ RADEON_INIT_R200_CP = 0x03,
+ RADEON_INIT_R300_CP = 0x04
} func;
unsigned long sarea_priv_offset;
int is_pci; /* not used, driver asks hardware */