pvr: fix features pointer on GX6650 (4.46.6.62)

The GX6650 (4.46.6.62) has to point to the matching
pvr_device_features_4_V_6_62 , update the pointer
accordingly.

Fixes: 5914d1146f ("pvr: add device info for GX6650 (4.46.6.62)")
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/37851>
This commit is contained in:
Marek Vasut 2025-10-13 20:31:04 +02:00 committed by Marge Bot
parent 503d419138
commit fb8f0794ea

View file

@ -115,7 +115,7 @@ static const struct pvr_device_info pvr_device_info_4_46_6_62 = {
.n = 6,
.c = 62,
},
.features = pvr_device_features_4_V_2_58,
.features = pvr_device_features_4_V_6_62,
.enhancements = pvr_device_enhancements_4_46_6_62,
.quirks = pvr_device_quirks_4_46_6_62,
};