Mesa (master): r600g: add some new pci ids

Alex Deucher agd5f at kemper.freedesktop.org
Tue May 3 20:12:48 UTC 2011


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

Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Tue May  3 15:26:07 2011 -0400

r600g: add some new pci ids

Signed-off-by: Alex Deucher <alexdeucher at gmail.com>

---

 src/gallium/winsys/r600/drm/radeon_pciid.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/gallium/winsys/r600/drm/radeon_pciid.c b/src/gallium/winsys/r600/drm/radeon_pciid.c
index 146d6bd..455fb51 100644
--- a/src/gallium/winsys/r600/drm/radeon_pciid.c
+++ b/src/gallium/winsys/r600/drm/radeon_pciid.c
@@ -177,6 +177,7 @@ static const struct pci_id radeon_pci_id[] = {
 	{0x1002, 0x688A, CHIP_CYPRESS},
 	{0x1002, 0x6898, CHIP_CYPRESS},
 	{0x1002, 0x6899, CHIP_CYPRESS},
+	{0x1002, 0x689b, CHIP_CYPRESS},
 	{0x1002, 0x689c, CHIP_HEMLOCK},
 	{0x1002, 0x689d, CHIP_HEMLOCK},
 	{0x1002, 0x689e, CHIP_CYPRESS},
@@ -187,7 +188,9 @@ static const struct pci_id radeon_pci_id[] = {
 	{0x1002, 0x68b0, CHIP_JUNIPER},
 	{0x1002, 0x68b8, CHIP_JUNIPER},
 	{0x1002, 0x68b9, CHIP_JUNIPER},
+	{0x1002, 0x68ba, CHIP_JUNIPER},
 	{0x1002, 0x68be, CHIP_JUNIPER},
+	{0x1002, 0x68bf, CHIP_JUNIPER},
 	{0x1002, 0x68c0, CHIP_REDWOOD},
 	{0x1002, 0x68c1, CHIP_REDWOOD},
 	{0x1002, 0x68c8, CHIP_REDWOOD},
@@ -459,6 +462,7 @@ static const struct pci_id radeon_pci_id[] = {
 	{0x1002, 0x6729, CHIP_BARTS},
 	{0x1002, 0x6738, CHIP_BARTS},
 	{0x1002, 0x6739, CHIP_BARTS},
+	{0x1002, 0x673e, CHIP_BARTS},
 	{0x1002, 0x6740, CHIP_TURKS},
 	{0x1002, 0x6741, CHIP_TURKS},
 	{0x1002, 0x6742, CHIP_TURKS},




More information about the mesa-commit mailing list