aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2011-06-07 20:51:03 +0200
committerMarek Olšák <[email protected]>2011-06-07 21:02:52 +0200
commiteaae63b7155f1fd00fe36a3db4cb8b94aa5ad7b2 (patch)
tree9f7a703525aa8405da10770b61b0b687e74d3f6d
parent6d894f68af7ebbb861594c35c25680ac3633a494 (diff)
r600g: add missing r300 families
Wondering why r600g needs to include r300_pci_ids.h
-rw-r--r--src/gallium/drivers/r600/r600.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gallium/drivers/r600/r600.h b/src/gallium/drivers/r600/r600.h
index b1444bf94f4..3d6f9c23ece 100644
--- a/src/gallium/drivers/r600/r600.h
+++ b/src/gallium/drivers/r600/r600.h
@@ -59,11 +59,16 @@ enum radeon_family {
CHIP_R300,
CHIP_R350,
CHIP_RV350,
+ CHIP_RV370,
CHIP_RV380,
CHIP_R420,
CHIP_R423,
+ CHIP_R430,
+ CHIP_R480,
+ CHIP_R481,
CHIP_RV410,
CHIP_RS400,
+ CHIP_RC410,
CHIP_RS480,
CHIP_RS600,
CHIP_RS690,