kwin: Reorder the Evergreen chipsets to match the order in r600g
This commit is contained in:
parent
7f4709b4ea
commit
31ea6ff0b8
1 changed files with 2 additions and 2 deletions
|
@ -173,8 +173,8 @@ static ChipClass detectRadeonClass(const QString &chipset)
|
|||
chipset.contains("REDWOOD") ||
|
||||
chipset.contains("JUNIPER") ||
|
||||
chipset.contains("CYPRESS") ||
|
||||
chipset.contains("PALM") ||
|
||||
chipset.contains("HEMLOCK"))
|
||||
chipset.contains("HEMLOCK") ||
|
||||
chipset.contains("PALM"))
|
||||
return Evergreen;
|
||||
|
||||
if (chipset.contains("BARTS") ||
|
||||
|
|
Loading…
Reference in a new issue