diff options
author | Alex Deucher <[email protected]> | 2011-05-06 13:02:24 -0400 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2011-05-06 13:02:24 -0400 |
commit | 2c3232da7ae42267e73a77322576ef3b2f6319cb (patch) | |
tree | 5b1b286cf75532951df09de745bff5ef03b4d3f8 /src/egl | |
parent | e5169e9615e8391ea369415b356168717b8f7be0 (diff) |
egl_dri2: add new radeon pci ids
There seriously needs to be a better way to do
this.
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'src/egl')
-rw-r--r-- | 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 9c6d3ddac22..f50177574ec 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 */ |