From 494d0053909f4304c4d8050f8bc859edc7f05e36 Mon Sep 17 00:00:00 2001 From: Alex Deucher Date: Mon, 14 Nov 2011 09:56:19 -0500 Subject: [PATCH] radeon: add some missing FireMV pci ids Note: this is a candidate for the stable branches. Signed-off-by: Alex Deucher --- include/pci_ids/r200_pci_ids.h | 2 ++ include/pci_ids/r300_pci_ids.h | 1 + src/mesa/drivers/dri/radeon/radeon_screen.c | 1 + 3 files changed, 4 insertions(+) diff --git a/include/pci_ids/r200_pci_ids.h b/include/pci_ids/r200_pci_ids.h index 1fac6c1..f857ca7 100644 --- a/include/pci_ids/r200_pci_ids.h +++ b/include/pci_ids/r200_pci_ids.h @@ -9,6 +9,7 @@ CHIPSET(0x4C64, RV250_Ld, RV250) CHIPSET(0x4C66, RV250_Lf, RV250) CHIPSET(0x4C67, RV250_Lg, RV250) +CHIPSET(0x4C6E, RV280_4C6E, RV280) CHIPSET(0x5960, RV280_5960, RV280) CHIPSET(0x5961, RV280_5961, RV280) CHIPSET(0x5962, RV280_5962, RV280) @@ -16,6 +17,7 @@ CHIPSET(0x5964, RV280_5964, RV280) CHIPSET(0x5965, RV280_5965, RV280) CHIPSET(0x5C61, RV280_5C61, RV280) CHIPSET(0x5C63, RV280_5C63, RV280) + CHIPSET(0x5834, RS300_5834, RS300) CHIPSET(0x5835, RS300_5835, RS300) CHIPSET(0x7834, RS350_7834, RS300) diff --git a/include/pci_ids/r300_pci_ids.h b/include/pci_ids/r300_pci_ids.h index 5821d44..791026a 100644 --- a/include/pci_ids/r300_pci_ids.h +++ b/include/pci_ids/r300_pci_ids.h @@ -40,6 +40,7 @@ CHIPSET(0x5B64, RV370_5B64, RV370) CHIPSET(0x5B65, RV370_5B65, RV370) CHIPSET(0x3150, RV380_3150, RV380) +CHIPSET(0x3151, RV380_3151, RV380) CHIPSET(0x3152, RV380_3152, RV380) CHIPSET(0x3154, RV380_3154, RV380) CHIPSET(0x3155, RV380_3155, RV380) diff --git a/src/mesa/drivers/dri/radeon/radeon_screen.c b/src/mesa/drivers/dri/radeon/radeon_screen.c index b4190eb..627987a 100644 --- a/src/mesa/drivers/dri/radeon/radeon_screen.c +++ b/src/mesa/drivers/dri/radeon/radeon_screen.c @@ -448,6 +448,7 @@ static int radeon_set_screen_flags(radeonScreenPtr screen, int device_id) screen->chip_flags = R200_CHIPSET_YCBCR_BROKEN | RADEON_CHIPSET_TCL; break; + case PCI_CHIP_RV280_4C6E: case PCI_CHIP_RV280_5960: case PCI_CHIP_RV280_5961: case PCI_CHIP_RV280_5962: -- 2.7.4