mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 11:40:10 +01:00
pvr: temporarily disable gs_rta_support on all cores
The gs_rta_support feature is currently bugged and may cause the driver to assert; disabling it will instead use a fallback method which is functional. Signed-off-by: Simon Perretta <simon.perretta@imgtec.com> Reviewed-by: Frank Binns <frank.binns@imgtec.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38024>
This commit is contained in:
parent
75eee7f38b
commit
c60232c0c5
7 changed files with 10 additions and 10 deletions
|
|
@ -21,7 +21,7 @@ static const struct pvr_device_features pvr_device_features_36_V_52_182 = {
|
|||
.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,
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ static const struct pvr_device_features pvr_device_features_36_V_54_182 = {
|
|||
.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,
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ static const struct pvr_device_features pvr_device_features_36_V_104_182 = {
|
|||
.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,
|
||||
|
|
@ -133,7 +133,7 @@ static const struct pvr_device_features pvr_device_features_36_V_104_183 = {
|
|||
.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,
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ static const struct pvr_device_features pvr_device_features_5_V_1_46 = {
|
|||
.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,
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ static const struct pvr_device_features pvr_device_features_22_V_54_30 = {
|
|||
.has_common_store_size_in_dwords = true,
|
||||
.has_compute = true,
|
||||
.has_compute_overlap = 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,
|
||||
|
|
@ -115,7 +115,7 @@ static const struct pvr_device_features pvr_device_features_22_V_54_38 = {
|
|||
.has_common_store_size_in_dwords = true,
|
||||
.has_compute = true,
|
||||
.has_compute_overlap = 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,
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ static const struct pvr_device_features pvr_device_features_4_V_2_51 = {
|
|||
.has_compute_overlap = true,
|
||||
.has_eight_output_registers = 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,
|
||||
|
|
@ -152,7 +152,7 @@ static const struct pvr_device_features pvr_device_features_4_V_2_58 = {
|
|||
.has_compute_overlap = true,
|
||||
.has_eight_output_registers = 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,
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ static const struct pvr_device_features pvr_device_features_4_V_6_62 = {
|
|||
.has_compute_overlap = true,
|
||||
.has_eight_output_registers = 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