Add chip id 71D5 (RV530 M66) to radeon_chipset.h
authorCorbin Simpson <MostAwesomeDude@gmail.com>
Tue, 29 Apr 2008 20:03:32 +0000 (13:03 -0700)
committerCorbin Simpson <MostAwesomeDude@gmail.com>
Fri, 2 May 2008 19:06:21 +0000 (12:06 -0700)
src/mesa/drivers/dri/radeon/radeon_chipset.h
src/mesa/drivers/dri/radeon/radeon_screen.c

index dc1b8a9..5ea8cff 100644 (file)
 #define PCI_CHIP_RV410_5E4D            0x5E4D
 #define PCI_CHIP_RV410_5E4F            0x5E4F
 
-#define PCI_CHIP_RV530_71C4             0x71C4
+#define PCI_CHIP_RV530_71C4            0x71C4
+#define PCI_CHIP_RV530_71D5            0x71D5
 
 #define PCI_CHIP_RS350_7834            0x7834
 #define PCI_CHIP_RS350_7835            0x7835
index 1a1666c..661ffd3 100644 (file)
@@ -691,6 +691,11 @@ radeonCreateScreen( __DRIscreenPrivate *sPriv )
       fprintf(stderr, "Warning, R520 detected, 3D HAHAHAHAHA!!.\n");
       break;
 
+   case PCI_CHIP_RV530_71D5:
+      screen->chip_family = CHIP_FAMILY_R520;
+      fprintf(stderr, "Warning, RV530 detected, all your base belong to us\n");
+      break;
+
    default:
       fprintf(stderr, "unknown chip id 0x%x, can't guess.\n",
              dri_priv->deviceID);