Mesa (master): r600: add missing r7xx pci id

Alex Deucher agd5f at kemper.freedesktop.org
Mon Aug 31 16:19:14 UTC 2009


Module: Mesa
Branch: master
Commit: 1b1673fa63b1ac66cf188711ab8421a73dde1724
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1b1673fa63b1ac66cf188711ab8421a73dde1724

Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Mon Aug 31 12:18:44 2009 -0400

r600: add missing r7xx pci id

---

 src/mesa/drivers/dri/radeon/radeon_chipset.h |    1 +
 src/mesa/drivers/dri/radeon/radeon_screen.c  |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/mesa/drivers/dri/radeon/radeon_chipset.h b/src/mesa/drivers/dri/radeon/radeon_chipset.h
index 0da1c0f..46a9cd5 100644
--- a/src/mesa/drivers/dri/radeon/radeon_chipset.h
+++ b/src/mesa/drivers/dri/radeon/radeon_chipset.h
@@ -344,6 +344,7 @@
 #define PCI_CHIP_RV770_9440             0x9440
 #define PCI_CHIP_RV770_9441             0x9441
 #define PCI_CHIP_RV770_9442             0x9442
+#define PCI_CHIP_RV770_9443             0x9443
 #define PCI_CHIP_RV770_9444             0x9444
 #define PCI_CHIP_RV770_9446             0x9446
 #define PCI_CHIP_RV770_944A             0x944A
diff --git a/src/mesa/drivers/dri/radeon/radeon_screen.c b/src/mesa/drivers/dri/radeon/radeon_screen.c
index e8b2dc8..3d06c95 100644
--- a/src/mesa/drivers/dri/radeon/radeon_screen.c
+++ b/src/mesa/drivers/dri/radeon/radeon_screen.c
@@ -868,6 +868,7 @@ static int radeon_set_screen_flags(radeonScreenPtr screen, int device_id)
    case PCI_CHIP_RV770_9440:
    case PCI_CHIP_RV770_9441:
    case PCI_CHIP_RV770_9442:
+   case PCI_CHIP_RV770_9443:
    case PCI_CHIP_RV770_9444:
    case PCI_CHIP_RV770_9446:
    case PCI_CHIP_RV770_944A:




More information about the mesa-commit mailing list