pvr: disable gs_rta_support for BXS-4-64 to workaround some conformance failures

Signed-off-by: Frank Binns <frank.binns@imgtec.com>
Acked-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36412>
This commit is contained in:
Frank Binns 2025-03-24 18:10:10 +00:00 committed by Marge Bot
parent e306abc6e6
commit fcef4b74ec

View file

@ -38,7 +38,7 @@ static const struct pvr_device_features pvr_device_features_36_V_104_796 = {
.has_compute_overlap = true,
.has_fbcdc_algorithm = true,
.has_gpu_multicore_support = true,
.has_gs_rta_support = true,
/* .has_gs_rta_support = true, */
.has_ipf_creq_pf = true,
.has_isp_max_tiles_in_flight = true,
.has_isp_samples_per_pixel = true,