mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 20:38:06 +02:00
r600g: fix typo in "r600g: simplify deducing chip family"
This commit is contained in:
parent
1ab4e221fd
commit
8dbf9d70d3
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue