Browse Source

Added PCI_CHIP_RV410_5E4B (Adam Kirchhoff)

tags/mesa_20060201
Brian Paul 20 years ago
parent
commit
eb06704a7c

+ 2
- 0
src/mesa/drivers/dri/radeon/radeon_chipset.h View 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
};


+ 1
- 0
src/mesa/drivers/dri/radeon/radeon_screen.c View 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;

Loading…
Cancel
Save