From: Alex Deucher Date: Mon, 4 Apr 2011 15:15:18 +0000 (-0400) Subject: r600g: add some additional ontario pci ids X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a0fc40f0d5a04fa85f720c0a4a7aa27bbb19e114;p=mesa.git r600g: add some additional ontario pci ids Signed-off-by: Alex Deucher --- 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},