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:
Marek Olšák 2021-01-26 17:34:37 -05:00 committed by Marge Bot
parent 29ca71e10e
commit d151fcf719

View file

@ -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,
};