From 4623dc73d0b5c48ff75bc1b80eafcac3d9a08ca1 Mon Sep 17 00:00:00 2001 From: Alexander von Gluck IV Date: Tue, 30 Jul 2013 18:41:46 -0500 Subject: [PATCH] Radeon HD: Add trinity / thames / aruba pciid. * For #9894 * No clue how that is going to work, seems mulitple GPU onboard.. we will likely just use the first card we see. * We may need to remove one of these if additional work is required to switch GPU's. --- src/add-ons/kernel/drivers/graphics/radeon_hd/driver.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/add-ons/kernel/drivers/graphics/radeon_hd/driver.cpp b/src/add-ons/kernel/drivers/graphics/radeon_hd/driver.cpp index 21bf09c0db..e948edc4c2 100644 --- a/src/add-ons/kernel/drivers/graphics/radeon_hd/driver.cpp +++ b/src/add-ons/kernel/drivers/graphics/radeon_hd/driver.cpp @@ -246,6 +246,7 @@ const struct supported_device { {0x6758, 5, 0, RADEON_TURKS, CHIP_STD, "Radeon HD 6670"}, {0x6759, 5, 0, RADEON_TURKS, CHIP_STD, "Radeon HD 6570/7570"}, {0x6850, 6, 0, RADEON_TURKS, CHIP_MOBILE, "Radeon HD 7570"}, + {0x6840, 6, 0, RADEON_TURKS, CHIP_MOBILE, "Radeon HD 7670"}, // Barts {0x673e, 5, 0, RADEON_BARTS, CHIP_STD, "Radeon HD 6790"}, {0x6739, 5, 0, RADEON_BARTS, CHIP_STD, "Radeon HD 6850"}, @@ -314,6 +315,7 @@ const struct supported_device { {0x6798, 6, 0, RADEON_TAHITI, CHIP_STD, "Radeon HD 7970"}, {0x6799, 6, 0, RADEON_TAHITI, CHIP_STD, "Radeon HD 7990"}, // Aruba DCE 6.1 Trinity / Richland + {0x9990, 6, 1, RADEON_ARUBA, CHIP_APU, "Radeon HD 7920"}, // Oland DCE 6,4 // Hainan NODCE. No display hardware, OpenCL 3D engine.