kwin: Reorder the Evergreen chipsets to match the order in r600g

This commit is contained in:
Fredrik Höglund 2011-07-15 18:50:55 +02:00
parent 7f4709b4ea
commit 31ea6ff0b8

View file

@ -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") ||