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 <[email protected]> Acked-by: Bartosz Golaszewski <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent ad51126 commit 8342009

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)