summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/radeon/radeon_chipset.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@linux.ie>2008-01-27 12:16:06 +1000
committerDave Airlie <airlied@linux.ie>2008-01-27 12:16:06 +1000
commit3bfef648000e544a3505feea5bda7aa9f184f304 (patch)
treeee0cade80417f40a7f2bc8dbd7f68eb4fecfacfa /src/mesa/drivers/dri/radeon/radeon_chipset.h
parentda60fd1291c9ab3bd898c80d9583d2041df6d0b7 (diff)
r300: add initial rs690 support to Mesa
The rs690 has an rs4xx style vertex-shader less 3D engine. It uses the new r500 output engine though. It also needs a new drm with rs690 support, which is just getting cleaned up.
Diffstat (limited to 'src/mesa/drivers/dri/radeon/radeon_chipset.h')
-rw-r--r--src/mesa/drivers/dri/radeon/radeon_chipset.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/radeon/radeon_chipset.h b/src/mesa/drivers/dri/radeon/radeon_chipset.h
index 7318099093..618f50ce07 100644
--- a/src/mesa/drivers/dri/radeon/radeon_chipset.h
+++ b/src/mesa/drivers/dri/radeon/radeon_chipset.h
@@ -147,6 +147,7 @@
#define PCI_CHIP_RV410_5E4F 0x5E4F
#define PCI_CHIP_RS350_7834 0x7834
#define PCI_CHIP_RS350_7835 0x7835
+#define PCI_CHIP_RS690_791E 0x791E
enum {
CHIP_FAMILY_R100,
@@ -165,6 +166,7 @@ enum {
CHIP_FAMILY_R420,
CHIP_FAMILY_RV410,
CHIP_FAMILY_RS400,
+ CHIP_FAMILY_RS690,
CHIP_FAMILY_LAST
};