Skip to content

Commit 8342009

Browse files
flamingradianandersson
authored andcommitted
firmware: qcom: tzmem: disable sdm670 platform
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> Acked-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Link: https://lore.kernel.org/r/20240730013834.41840-2-mailingradian@gmail.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent ad51126 commit 8342009

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/firmware/qcom/qcom_tzmem.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ static bool qcom_tzmem_using_shm_bridge;
7777
/* List of machines that are known to not support SHM bridge correctly. */
7878
static const char *const qcom_tzmem_blacklist[] = {
7979
"qcom,sc8180x",
80+
"qcom,sdm670", /* failure in GPU firmware loading */
8081
"qcom,sdm845", /* reset in rmtfs memory assignment */
8182
"qcom,sm8150", /* reset in rmtfs memory assignment */
8283
NULL

0 commit comments

Comments
 (0)