Mesa (master): r600g: remove pre-r6xx asic families and pci ids

Alex Deucher agd5f at kemper.freedesktop.org
Tue Jun 7 21:07:35 UTC 2011


Module: Mesa
Branch: master
Commit: 5d4c4798223c3463dbf67c47b9563f82c9057e7f
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5d4c4798223c3463dbf67c47b9563f82c9057e7f

Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Tue Jun  7 16:59:04 2011 -0400

r600g: remove pre-r6xx asic families and pci ids

Not sure why these were included originally.

Signed-off-by: Alex Deucher <alexdeucher at gmail.com>

---

 src/gallium/drivers/r600/r600.h            |   32 ----------------------------
 src/gallium/winsys/r600/drm/radeon_pciid.c |    3 --
 2 files changed, 0 insertions(+), 35 deletions(-)

diff --git a/src/gallium/drivers/r600/r600.h b/src/gallium/drivers/r600/r600.h
index 3d6f9c2..84232b1 100644
--- a/src/gallium/drivers/r600/r600.h
+++ b/src/gallium/drivers/r600/r600.h
@@ -47,38 +47,6 @@ struct winsys_handle;
 
 enum radeon_family {
 	CHIP_UNKNOWN,
-	CHIP_R100,
-	CHIP_RV100,
-	CHIP_RS100,
-	CHIP_RV200,
-	CHIP_RS200,
-	CHIP_R200,
-	CHIP_RV250,
-	CHIP_RS300,
-	CHIP_RV280,
-	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,
-	CHIP_RS740,
-	CHIP_RV515,
-	CHIP_R520,
-	CHIP_RV530,
-	CHIP_RV560,
-	CHIP_RV570,
-	CHIP_R580,
 	CHIP_R600,
 	CHIP_RV610,
 	CHIP_RV630,
diff --git a/src/gallium/winsys/r600/drm/radeon_pciid.c b/src/gallium/winsys/r600/drm/radeon_pciid.c
index ff6821f..f54a7c8 100644
--- a/src/gallium/winsys/r600/drm/radeon_pciid.c
+++ b/src/gallium/winsys/r600/drm/radeon_pciid.c
@@ -34,9 +34,6 @@ struct pci_id {
 
 static const struct pci_id radeon_pci_id[] = {
 #define CHIPSET(chip, name, family) { 0x1002, chip, CHIP_##family },
-#include "pci_ids/radeon_pci_ids.h"
-#include "pci_ids/r200_pci_ids.h"
-#include "pci_ids/r300_pci_ids.h"
 #include "pci_ids/r600_pci_ids.h"
 	{0, 0},
 };




More information about the mesa-commit mailing list