Add chip id 71D5 (RV530 M66) to radeon_chipset.h
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user