mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
amd: sort chip enums based on hw revision
A future commit will depend on this. Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8892>
This commit is contained in:
parent
29ca71e10e
commit
d151fcf719
1 changed files with 1 additions and 1 deletions
|
|
@ -105,8 +105,8 @@ enum radeon_family
|
|||
CHIP_NAVI14,
|
||||
CHIP_SIENNA_CICHLID,
|
||||
CHIP_NAVY_FLOUNDER,
|
||||
CHIP_DIMGREY_CAVEFISH,
|
||||
CHIP_VANGOGH,
|
||||
CHIP_DIMGREY_CAVEFISH,
|
||||
CHIP_LAST,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue