Linux ARM-MSM sub-architecture
 help / color / mirror / Atom feed
* [PATCH v2 1/2] drm/msm/a6xx: Add support for a new 7c3 sku
@ 2022-05-10  7:53 Akhil P Oommen
  2022-05-10  7:53 ` [PATCH v2 2/2] arm64: dts: qcom: sc7280: Support a new gpu sku Akhil P Oommen
  2022-06-29  4:29 ` [PATCH v2 1/2] drm/msm/a6xx: Add support for a new 7c3 sku Bjorn Andersson
  0 siblings, 2 replies; 5+ messages in thread
From: Akhil P Oommen @ 2022-05-10  7:53 UTC (permalink / raw)
  To: freedreno, dri-devel, linux-arm-msm, Rob Clark,
	OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	Dmitry Baryshkov, Bjorn Andersson
  Cc: Akhil P Oommen, Abhinav Kumar, Chia-I Wu, Daniel Vetter,
	David Airlie, Jonathan Marek, Jordan Crouse, Sean Paul,
	linux-kernel

Add a new sku to the fuse map of 7c3 gpu.

Signed-off-by: Akhil P Oommen <quic_akhilpo@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


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-06-29 15:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-10  7:53 [PATCH v2 1/2] drm/msm/a6xx: Add support for a new 7c3 sku Akhil P Oommen
2022-05-10  7:53 ` [PATCH v2 2/2] arm64: dts: qcom: sc7280: Support a new gpu sku Akhil P Oommen
2022-06-29  4:29 ` [PATCH v2 1/2] drm/msm/a6xx: Add support for a new 7c3 sku Bjorn Andersson
2022-06-29  5:31   ` Akhil P Oommen
2022-06-29 15:59     ` Rob Clark

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox