radeon_family is an enum, so ordering can be important.
sync up with what amd is shipping. MFC after: 1 week
This commit is contained in:
parent
d950002723
commit
3a1f3f56cc
@ -143,15 +143,15 @@ enum radeon_family {
|
||||
CHIP_R600,
|
||||
CHIP_RV610,
|
||||
CHIP_RV630,
|
||||
CHIP_RV670,
|
||||
CHIP_RV620,
|
||||
CHIP_RV635,
|
||||
CHIP_RV670,
|
||||
CHIP_RS780,
|
||||
CHIP_RS880,
|
||||
CHIP_RV770,
|
||||
CHIP_RV740,
|
||||
CHIP_RV730,
|
||||
CHIP_RV710,
|
||||
CHIP_RV740,
|
||||
CHIP_LAST,
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user