aboutsummaryrefslogtreecommitdiff
path: root/shared/radeon_drv.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_drv.h
parent9ea6fe7aa6ba27cc7003c9cd141e9146a492416d (diff)
Apply radeon r300 microcode patch to non-core
Diffstat (limited to 'shared/radeon_drv.h')
-rw-r--r--shared/radeon_drv.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/shared/radeon_drv.h b/shared/radeon_drv.h
index ccb1654f..191eca4c 100644
--- a/shared/radeon_drv.h
+++ b/shared/radeon_drv.h
@@ -47,6 +47,12 @@ enum radeon_family {
CHIP_LAST,
};
+enum radeon_cp_microcode_version {
+ UCODE_R100,
+ UCODE_R200,
+ UCODE_R300,
+};
+
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0)
#include "radeon_i2c.h"
#endif
@@ -126,7 +132,7 @@ typedef struct drm_radeon_private {
int usec_timeout;
- int is_r200;
+ int microcode_version;
unsigned long phys_pci_gart;
dma_addr_t bus_pci_gart;