Re: [PATCH] drm/imagination: Reorder some fields in struct pvr_device_features
From: Alessio Belle
Date: Thu Jul 30 2026 - 04:30:06 EST
On Wed, 2026-07-29 at 15:40 +0300, Alexandru Dadu wrote:
> Reorder the fields of struct pvr_device_features so they match the order
> in device info enum found in pvr_rogue_fwif_dev_info.h.
>
> Signed-off-by: Alexandru Dadu <alexandru.dadu@xxxxxxxxxx>
Reviewed-by: Alessio Belle <alessio.belle@xxxxxxxxxx>
Thanks,
Alessio
> ---
> drivers/gpu/drm/imagination/pvr_device_info.h | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/drivers/gpu/drm/imagination/pvr_device_info.h b/drivers/gpu/drm/imagination/pvr_device_info.h
> index f61fb988b553..f6c2845530da 100644
> --- a/drivers/gpu/drm/imagination/pvr_device_info.h
> +++ b/drivers/gpu/drm/imagination/pvr_device_info.h
> @@ -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;
>
> ---
> base-commit: e55fead22ff9ee047ab9f1903860c4b43043514e
> change-id: 20260729-b4-pvr-device-features-members-reorder-937c5db510a0
>
> Best regards,