pvr: Change has_fbcdc_algorithm to 1-bit bit-field

This aligns it with the definitions of other device features.

Signed-off-by: leonperianu <leon.perianu@imgtec.com>
Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38423>
This commit is contained in:
leonperianu
2025-04-03 05:56:53 +01:00
committed by Marge Bot
parent f8de09a811
commit bf1d9d1339
+1 -1
View File
@@ -256,7 +256,7 @@ struct pvr_device_features {
bool has_compute_overlap : 1;
bool has_eight_output_registers : 1;
bool has_fb_cdc_v4 : 1;
bool has_fbcdc_algorithm;
bool has_fbcdc_algorithm : 1;
bool has_gpu_multicore_support : 1;
bool has_gs_rta_support : 1;
bool has_ipf_creq_pf : 1;