From fb8f0794ea6e9ae6fce96570c5259bbf1fb54924 Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Mon, 13 Oct 2025 20:31:04 +0200 Subject: [PATCH] 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: 5914d1146f5d ("pvr: add device info for GX6650 (4.46.6.62)") Reviewed-by: Simon Perretta Signed-off-by: Marek Vasut Part-of: --- src/imagination/common/device_info/gx6650.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/imagination/common/device_info/gx6650.h b/src/imagination/common/device_info/gx6650.h index 51bd118c92e..cf8dcea34bf 100644 --- a/src/imagination/common/device_info/gx6650.h +++ b/src/imagination/common/device_info/gx6650.h @@ -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, };