diff options
author | Alex Deucher <[email protected]> | 2011-04-04 11:15:18 -0400 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2011-04-04 11:15:18 -0400 |
commit | a0fc40f0d5a04fa85f720c0a4a7aa27bbb19e114 (patch) | |
tree | ee7417e976d17a72a98767b04bd154a1b63a63f2 | |
parent | b0da65bd0e5ecb443cfd0dbae15f5ae5638bcf72 (diff) |
r600g: add some additional ontario pci ids
Signed-off-by: Alex Deucher <[email protected]>
-rw-r--r-- | src/gallium/winsys/r600/drm/radeon_pciid.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/winsys/r600/drm/radeon_pciid.c b/src/gallium/winsys/r600/drm/radeon_pciid.c index f19956931de..146d6bd3100 100644 --- a/src/gallium/winsys/r600/drm/radeon_pciid.c +++ b/src/gallium/winsys/r600/drm/radeon_pciid.c @@ -445,6 +445,8 @@ static const struct pci_id radeon_pci_id[] = { {0x1002, 0x9803, CHIP_PALM}, {0x1002, 0x9804, CHIP_PALM}, {0x1002, 0x9805, CHIP_PALM}, + {0x1002, 0x9806, CHIP_PALM}, + {0x1002, 0x9807, CHIP_PALM}, {0x1002, 0x6720, CHIP_BARTS}, {0x1002, 0x6721, CHIP_BARTS}, {0x1002, 0x6722, CHIP_BARTS}, |