Add chip id 71D5 (RV530 M66) to radeon_chipset.h

This commit is contained in:
Corbin Simpson
2008-04-29 13:03:32 -07:00
parent d06e61aa80
commit c02d1863d1
2 changed files with 7 additions and 1 deletions
+2 -1
View File
@@ -147,7 +147,8 @@
#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
@@ -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);