Mesa (master): egl_dri2: add new radeon pci ids

Alex Deucher agd5f at kemper.freedesktop.org
Fri May 6 17:04:32 UTC 2011


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

Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Fri May  6 13:02:24 2011 -0400

egl_dri2: add new radeon pci ids

There seriously needs to be a better way to do
this.

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

---

 src/egl/drivers/dri2/platform_drm.c |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/src/egl/drivers/dri2/platform_drm.c b/src/egl/drivers/dri2/platform_drm.c
index 9c6d3dd..f501775 100644
--- a/src/egl/drivers/dri2/platform_drm.c
+++ b/src/egl/drivers/dri2/platform_drm.c
@@ -506,13 +506,16 @@ const int r600_chip_ids[] = {
    0x68B0, /* PCI_CHIP_JUNIPER_68B0 */
    0x68B8, /* PCI_CHIP_JUNIPER_68B8 */
    0x68B9, /* PCI_CHIP_JUNIPER_68B9 */
+   0x68BA, /* PCI_CHIP_JUNIPER_68BA */
    0x68BE, /* PCI_CHIP_JUNIPER_68BE */
+   0x68BF, /* PCI_CHIP_JUNIPER_68BF */
    0x6880, /* PCI_CHIP_CYPRESS_6880 */
    0x6888, /* PCI_CHIP_CYPRESS_6888 */
    0x6889, /* PCI_CHIP_CYPRESS_6889 */
    0x688A, /* PCI_CHIP_CYPRESS_688A */
    0x6898, /* PCI_CHIP_CYPRESS_6898 */
    0x6899, /* PCI_CHIP_CYPRESS_6899 */
+   0x689B, /* PCI_CHIP_CYPRESS_689B */
    0x689E, /* PCI_CHIP_CYPRESS_689E */
    0x689C, /* PCI_CHIP_HEMLOCK_689C */
    0x689D, /* PCI_CHIP_HEMLOCK_689D */
@@ -520,6 +523,8 @@ const int r600_chip_ids[] = {
    0x9803, /* PCI_CHIP_PALM_9803 */
    0x9804, /* PCI_CHIP_PALM_9804 */
    0x9805, /* PCI_CHIP_PALM_9805 */
+   0x9806, /* PCI_CHIP_PALM_9806 */
+   0x9807, /* PCI_CHIP_PALM_9807 */
    0x6720, /* PCI_CHIP_BARTS_6720 */
    0x6721, /* PCI_CHIP_BARTS_6721 */
    0x6722, /* PCI_CHIP_BARTS_6722 */
@@ -532,6 +537,7 @@ const int r600_chip_ids[] = {
    0x6729, /* PCI_CHIP_BARTS_6729 */
    0x6738, /* PCI_CHIP_BARTS_6738 */
    0x6739, /* PCI_CHIP_BARTS_6738 */
+   0x673E, /* PCI_CHIP_BARTS_673E */
    0x6740, /* PCI_CHIP_TURKS_6740 */
    0x6741, /* PCI_CHIP_TURKS_6741 */
    0x6742, /* PCI_CHIP_TURKS_6742 */




More information about the mesa-commit mailing list