OSDN Git Service

egl_dri2: add new radeon pci ids
authorAlex Deucher <alexdeucher@gmail.com>
Fri, 6 May 2011 17:02:24 +0000 (13:02 -0400)
committerAlex Deucher <alexdeucher@gmail.com>
Fri, 6 May 2011 17:02:24 +0000 (13:02 -0400)
There seriously needs to be a better way to do
this.

Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
src/egl/drivers/dri2/platform_drm.c

index 9c6d3dd..f501775 100644 (file)
@@ -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 */