We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad51126 commit 8342009Copy full SHA for 8342009
drivers/firmware/qcom/qcom_tzmem.c
@@ -77,6 +77,7 @@ static bool qcom_tzmem_using_shm_bridge;
77
/* List of machines that are known to not support SHM bridge correctly. */
78
static const char *const qcom_tzmem_blacklist[] = {
79
"qcom,sc8180x",
80
+ "qcom,sdm670", /* failure in GPU firmware loading */
81
"qcom,sdm845", /* reset in rmtfs memory assignment */
82
"qcom,sm8150", /* reset in rmtfs memory assignment */
83
NULL
0 commit comments