mirror of
https://github.com/torvalds/linux.git
synced 2026-09-23 13:14:02 +02:00
drm/imagination: Reorder some fields in struct pvr_device_features
Reorder the fields of struct pvr_device_features so they match the order of the device info enum found in pvr_rogue_fwif_dev_info.h. Signed-off-by: Alexandru Dadu <alexandru.dadu@imgtec.com> Reviewed-by: Alessio Belle <alessio.belle@imgtec.com> Link: https://patch.msgid.link/20260729-b4-pvr-device-features-members-reorder-v1-1-d2e18ed8cd5f@imgtec.com Signed-off-by: Alessio Belle <alessio.belle@imgtec.com>
This commit is contained in:
parent
2224d66421
commit
bc47d5937f
|
|
@ -22,12 +22,12 @@ struct pvr_device_features {
|
|||
bool has_coreid_per_os;
|
||||
bool has_dynamic_dust_power;
|
||||
bool has_ecc_rams;
|
||||
bool has_fb_cdc_v4;
|
||||
bool has_fbc_max_default_descriptors;
|
||||
bool has_fbc_max_large_descriptors;
|
||||
bool has_fbcdc;
|
||||
bool has_fbcdc_algorithm;
|
||||
bool has_fbcdc_architecture;
|
||||
bool has_fbc_max_default_descriptors;
|
||||
bool has_fbc_max_large_descriptors;
|
||||
bool has_fb_cdc_v4;
|
||||
bool has_gpu_multicore_support;
|
||||
bool has_gpu_virtualisation;
|
||||
bool has_gs_rta_support;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user