From: Dave Airlie Date: Sun, 11 Sep 2005 04:02:41 +0000 (+0000) Subject: add 1002:5460 M22 X300 card X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2745df27749f24d45b723f7932cdc372abaeda3e;p=mesa.git add 1002:5460 M22 X300 card --- diff --git a/src/mesa/drivers/dri/r300/radeon_screen.c b/src/mesa/drivers/dri/r300/radeon_screen.c index eb6100c6271..7b66ce78ef1 100644 --- a/src/mesa/drivers/dri/r300/radeon_screen.c +++ b/src/mesa/drivers/dri/r300/radeon_screen.c @@ -215,6 +215,7 @@ static const struct dri_debug_control debug_control[] = { #define PCI_CHIP_R350_NH 0x4E48 #define PCI_CHIP_R420_JI 0x4A49 #define PCI_CHIP_R420_JK 0x4a4b +#define PCI_CHIP_RV370_5460 0x5460 #endif @@ -391,6 +392,7 @@ static radeonScreenPtr radeonCreateScreen(__DRIscreenPrivate * sPriv) case PCI_CHIP_RV350_NT: case PCI_CHIP_RV350_NQ: /* case PCI_CHIP_RV350_NQ: -- Should we have the second head in here too? */ + case PCI_CHIP_RV370_5460: screen->chipset = RADEON_CHIP_RV350; break;