drm/xe: Use packed bitfields for xe->info feature flags
authorMatt Roper <matthew.d.roper@intel.com>
Mon, 10 Apr 2023 18:39:08 +0000 (11:39 -0700)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Tue, 19 Dec 2023 23:31:40 +0000 (18:31 -0500)
commit689f40f520b6434db29f7b3d7c64b3305b310992
tree991671d70e1e23943922f91a9ac4b776cdd67598
parent67f2f0d7371709cb91d46d4c557aaa28b902674c
drm/xe: Use packed bitfields for xe->info feature flags

Replace 'bool' fields with single bits to allow the various device
feature flags to pack more tightly.

Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com>
Reviewed-by: Matthew Brost <matthew.brost@intel.com>
Link: https://lore.kernel.org/r/20230410183910.2696628-1-matthew.d.roper@intel.com
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
drivers/gpu/drm/xe/xe_device_types.h