mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-27 19:10:14 +01:00
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:
parent
39b8456a79
commit
306de6782c
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue