Linux ARM-MSM sub-architecture
 help / color / mirror / Atom feed
* [PATCH] firmware: qcom: tzmem: disable sdm670 platform
@ 2024-07-30  1:38 Richard Acayan
  2024-07-30 10:27 ` Bartosz Golaszewski
  2024-08-21 14:46 ` Bjorn Andersson
  0 siblings, 2 replies; 5+ messages in thread
From: Richard Acayan @ 2024-07-30  1:38 UTC (permalink / raw)
  To: Bartosz Golaszewski, Bjorn Andersson, Konrad Dybcio,
	linux-arm-msm
  Cc: Richard Acayan

The Pixel 3a returns 4291821499 (-3145797 or 0xFFCFFFBB) when attempting
to load the GPU firmware if tzmem is allowed. Disable it on SDM670 so
the GPU can successfully probe.

Signed-off-by: Richard Acayan <mailingradian@gmail.com>
---
 drivers/firmware/qcom/qcom_tzmem.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/firmware/qcom/qcom_tzmem.c b/drivers/firmware/qcom/qcom_tzmem.c
index 17948cfc82e7..5767ef210036 100644
--- a/drivers/firmware/qcom/qcom_tzmem.c
+++ b/drivers/firmware/qcom/qcom_tzmem.c
@@ -78,6 +78,7 @@ static bool qcom_tzmem_using_shm_bridge;
 /* List of machines that are known to not support SHM bridge correctly. */
 static const char *const qcom_tzmem_blacklist[] = {
 	"qcom,sc8180x",
+	"qcom,sdm670", /* failure in GPU firmware loading */
 	"qcom,sdm845", /* reset in rmtfs memory assignment */
 	"qcom,sm8150", /* reset in rmtfs memory assignment */
 	NULL
-- 
2.45.2


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

end of thread, other threads:[~2024-08-21 14:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-30  1:38 [PATCH] firmware: qcom: tzmem: disable sdm670 platform Richard Acayan
2024-07-30 10:27 ` Bartosz Golaszewski
2024-08-15 21:58   ` Bjorn Andersson
2024-08-16  7:52     ` Bartosz Golaszewski
2024-08-21 14:46 ` Bjorn Andersson

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