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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user