radeon_hd: Update southern islands info
* Add 7770 and 7750 pciid's * Remove Thames and reorganize code names for SI (seems the codenames changed before release) * Untested as always
This commit is contained in:
@@ -91,7 +91,8 @@ enum radeon_chipset {
|
|||||||
RADEON_CAYMAN,
|
RADEON_CAYMAN,
|
||||||
RADEON_ANTILLES,
|
RADEON_ANTILLES,
|
||||||
RADEON_LOMBOK, //Southern Islands, Radeon HD 7000
|
RADEON_LOMBOK, //Southern Islands, Radeon HD 7000
|
||||||
RADEON_THAMES,
|
RADEON_CAPEVERDE,
|
||||||
|
RADEON_PITCAIRN,
|
||||||
RADEON_TAHITI,
|
RADEON_TAHITI,
|
||||||
RADEON_NEWZEALAND
|
RADEON_NEWZEALAND
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -257,7 +257,10 @@ const struct supported_device {
|
|||||||
// Introduced: Late 2011
|
// Introduced: Late 2011
|
||||||
// Codename: Southern Islands
|
// Codename: Southern Islands
|
||||||
// Lombok
|
// Lombok
|
||||||
// Thames
|
// Cape Verde
|
||||||
|
{0x683F, 6, 0, RADEON_CAPEVERDE, CHIP_STD, "Radeon HD 7750"},
|
||||||
|
{0x683D, 6, 0, RADEON_CAPEVERDE, CHIP_STD, "Radeon HD 7770"},
|
||||||
|
// Pitcairn
|
||||||
// Tahiti
|
// Tahiti
|
||||||
{0x679A, 6, 0, RADEON_TAHITI, CHIP_STD, "Radeon HD 7950"},
|
{0x679A, 6, 0, RADEON_TAHITI, CHIP_STD, "Radeon HD 7950"},
|
||||||
{0x6798, 6, 0, RADEON_TAHITI, CHIP_STD, "Radeon HD 7970"}
|
{0x6798, 6, 0, RADEON_TAHITI, CHIP_STD, "Radeon HD 7970"}
|
||||||
|
|||||||
@@ -38,6 +38,7 @@
|
|||||||
#define ERROR(x...) dprintf("radeon_hd: " x)
|
#define ERROR(x...) dprintf("radeon_hd: " x)
|
||||||
|
|
||||||
|
|
||||||
|
// Must match chipset families in radeon_hd.h
|
||||||
static const char radeon_chip_name[][16] = {
|
static const char radeon_chip_name[][16] = {
|
||||||
"R420",
|
"R420",
|
||||||
"R423",
|
"R423",
|
||||||
@@ -79,7 +80,8 @@ static const char radeon_chip_name[][16] = {
|
|||||||
"Cayman",
|
"Cayman",
|
||||||
"Antilles",
|
"Antilles",
|
||||||
"Lombok",
|
"Lombok",
|
||||||
"Thames",
|
"Cape Verde",
|
||||||
|
"Pitcairn",
|
||||||
"Tahiti",
|
"Tahiti",
|
||||||
"New Zealand"
|
"New Zealand"
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user