pvr: disable has_gs_rta_support for ge7800 as well

The MR adding support for ge7800 (!38211) was submitted while the MR
that disabled has_gs_rta_support (!38024) was under review. It seems
nobody noticed that we missed disabling it here as well.

Let's fix that up, so we don't try to use this when it's not expected to
work.

Fixes: c60232c0c5 ("pvr: temporarily disable gs_rta_support on all cores")
Reviewed-by: Frank Binns <frank.binns@imgtec.com>
Reviewed-by: Alessio Belle <alessio.belle@imgtec.com>
Reviewed-by: Simon Perretta <simon.perretta@imgtec.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38909>
This commit is contained in:
Erik Faye-Lund 2025-12-11 15:33:54 +01:00 committed by Marge Bot
parent 39b8456a79
commit 306de6782c

View file

@ -20,7 +20,7 @@ static const struct pvr_device_features pvr_device_features_15_V_1_64 = {
.has_common_store_size_in_dwords = true,
.has_compute = true,
.has_fbcdc_algorithm = true,
.has_gs_rta_support = true,
/* .has_gs_rta_support = true, */
.has_isp_max_tiles_in_flight = true,
.has_isp_samples_per_pixel = true,
.has_max_instances_per_pds_task = true,