From: Alex Deucher Date: Tue, 26 May 2009 14:44:44 +0000 (-0400) Subject: add missing RS780 pci id X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4a28974cf59e12f1296526802a4ed3e7160671e4;p=mesa.git add missing RS780 pci id --- diff --git a/src/mesa/drivers/dri/radeon/radeon_chipset.h b/src/mesa/drivers/dri/radeon/radeon_chipset.h index 26edf3d544c..f7fa3d3e09d 100644 --- a/src/mesa/drivers/dri/radeon/radeon_chipset.h +++ b/src/mesa/drivers/dri/radeon/radeon_chipset.h @@ -327,6 +327,7 @@ #define PCI_CHIP_RV635_9599 0x9599 #define PCI_CHIP_RV635_959B 0x959B +#define PCI_CHIP_RS780_9610 0x9610 #define PCI_CHIP_RS780_9611 0x9611 #define PCI_CHIP_RS780_9612 0x9612 #define PCI_CHIP_RS780_9613 0x9613 diff --git a/src/mesa/drivers/dri/radeon/radeon_screen.c b/src/mesa/drivers/dri/radeon/radeon_screen.c index 40487c66e3d..054ffb4c325 100644 --- a/src/mesa/drivers/dri/radeon/radeon_screen.c +++ b/src/mesa/drivers/dri/radeon/radeon_screen.c @@ -844,6 +844,7 @@ static int radeon_set_screen_flags(radeonScreenPtr screen, int device_id) screen->chip_flags = RADEON_CHIPSET_TCL; break; + case PCI_CHIP_RS780_9610: case PCI_CHIP_RS780_9611: case PCI_CHIP_RS780_9612: case PCI_CHIP_RS780_9613: