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 b82606441cd6318198a066894d0c119ceed2836a..fd08ecf93f3b58450d2e7ae1182baba346aa086c 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 d92c2a78314d412e51ad14a362f769a4aea14ee1..26877ea84ec7be5a0c92b8e5eab3ae547665b56e 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;