Added PCI_CHIP_RV410_5E4B (Adam Kirchhoff)
authorBrian Paul <brian.paul@tungstengraphics.com>
Fri, 2 Dec 2005 23:57:37 +0000 (23:57 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Fri, 2 Dec 2005 23:57:37 +0000 (23:57 +0000)
src/mesa/drivers/dri/radeon/radeon_chipset.h
src/mesa/drivers/dri/radeon/radeon_screen.c

index b826064..fd08ecf 100644 (file)
@@ -36,6 +36,7 @@
 #define PCI_CHIP_RV250_Ie              0x4965
 #define PCI_CHIP_RV250_If              0x4966
 #define PCI_CHIP_RV250_Ig              0x4967
+#define PCI_CHIP_RV410_5E4B             0x5E4B
 #define PCI_CHIP_R420_JH                0x4A48
 #define PCI_CHIP_R420_JI                0x4A49
 #define PCI_CHIP_R420_JJ                0x4A4A
@@ -119,6 +120,7 @@ enum {
    CHIP_FAMILY_RV350,
    CHIP_FAMILY_RV380,
    CHIP_FAMILY_R420,
+   CHIP_FAMILY_RV410,
    CHIP_FAMILY_LAST
 };
 
index d92c2a7..26877ea 100644 (file)
@@ -574,6 +574,7 @@ radeonCreateScreen( __DRIscreenPrivate *sPriv )
    case PCI_CHIP_R420_JM:
    case PCI_CHIP_R420_JO:
    case PCI_CHIP_R420_JP:
+   case PCI_CHIP_RV410_5E4B:
       screen->chip_family = CHIP_FAMILY_R420;
       screen->chip_flags = RADEON_CHIPSET_TCL;
       break;