pvr: fix device info for GX6250 (4.45.2.58)

Synchronize GX6250 (4.45.2.58) device info with GX6250 (4.40.2.51) device info
and fill in the missing entries into GX6250 (4.45.2.58) device info . This is
important due to missing has_unified_store_depth , which leads to mesa warning:

```
MESA: warning: Missing unified_store_depth feature (defaulting to: 0U)
```

Fixes: 4a245d9f57 ("pvr: add device info for GX6250 (4.45.2.58)")
Reviewed-by: Simon Perretta <simon.perretta@imgtec.com>
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37850>
This commit is contained in:
Marek Vasut
2025-10-13 20:30:24 +02:00
committed by Marge Bot
parent fb8f0794ea
commit bbd6c186a4
@@ -172,7 +172,9 @@ static const struct pvr_device_features pvr_device_features_4_V_2_58 = {
.has_tpu_extended_integer_lookup = true,
.has_tpu_image_state_v2 = true,
.has_tpu_parallel_instances = true,
.has_unified_store_depth = true,
.has_usc_f16sop_u8 = true,
.has_usc_itrsmp = true,
.has_usc_min_output_registers_per_pix = true,
.has_usc_slots = true,
.has_uvs_banks = true,
@@ -196,6 +198,7 @@ static const struct pvr_device_features pvr_device_features_4_V_2_58 = {
.tile_size_x = 32U,
.tile_size_y = 32U,
.tpu_parallel_instances = 4U,
.unified_store_depth = 256U,
.usc_min_output_registers_per_pix = 2U,
.usc_slots = 32U,
.uvs_banks = 8U,
@@ -204,6 +207,9 @@ static const struct pvr_device_features pvr_device_features_4_V_2_58 = {
.vdm_cam_size = 256U,
.has_requires_fb_cdc_zls_setup = true,
.has_usc_itr_parallel_instances = true,
.usc_itr_parallel_instances = 8U,
};
static const struct pvr_device_enhancements pvr_device_enhancements_4_45_2_58 = {