[Freedreno] [PATCH v2 1/2] drm/msm/a6xx: Add support for a new 7c3 sku
Akhil P Oommen
quic_akhilpo at quicinc.com
Tue May 10 07:53:15 UTC 2022
Add a new sku to the fuse map of 7c3 gpu.
Signed-off-by: Akhil P Oommen <quic_akhilpo at quicinc.com>
---
(no changes since v1)
drivers/gpu/drm/msm/adreno/a6xx_gpu.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/gpu/drm/msm/adreno/a6xx_gpu.c b/drivers/gpu/drm/msm/adreno/a6xx_gpu.c
index 841e47a..61bb21d 100644
--- a/drivers/gpu/drm/msm/adreno/a6xx_gpu.c
+++ b/drivers/gpu/drm/msm/adreno/a6xx_gpu.c
@@ -1771,6 +1771,8 @@ static u32 adreno_7c3_get_speed_bin(u32 fuse)
return 0;
else if (fuse == 190)
return 1;
+ else if (fuse == 96)
+ return 2;
return UINT_MAX;
}
--
2.7.4
More information about the Freedreno
mailing list