drm/xe: Sort again the info flags
authorLucas De Marchi <lucas.demarchi@intel.com>
Wed, 20 Nov 2024 19:57:10 +0000 (11:57 -0800)
committerLucas De Marchi <lucas.demarchi@intel.com>
Thu, 21 Nov 2024 20:50:21 +0000 (12:50 -0800)
commit22c2052766738fdf20c9c380db575cc35f9251a8
treea4cfee7d84fa60a839941e7b2ea002f3ba98106e
parent2d958cf291da185cd70370b1d86acfb1a9d35430
drm/xe: Sort again the info flags

Those flags are supposed to be kept sorted alphabetically. Unfortunately
it's a constant battle as new flags are added to the end or at random
places. Sort it again.

v2: Include the other non-has_* 1-bit flags in the sort
v3: Add comment to keep flags sorted

Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com> # v1
Reviewed-by: Jonathan Cavitt <jonathan.cavitt@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20241120195710.3447100-1-lucas.demarchi@intel.com
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
drivers/gpu/drm/xe/xe_device_types.h