r600g: fix typo in "r600g: simplify deducing chip family"

This commit is contained in:
Marek Olšák 2011-09-13 13:07:46 +02:00
parent 1ab4e221fd
commit 8dbf9d70d3
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ struct radeon *radeon_create(struct radeon_winsys *ws)
radeon->chip_class = CAYMAN;
} else if (radeon->family >= CHIP_CEDAR) {
radeon->chip_class = EVERGREEN;
} else if (radeon->family >= CHIP_RV730) {
} else if (radeon->family >= CHIP_RV770) {
radeon->chip_class = R700;
} else {
radeon->chip_class = R600;