Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4e59fedc authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: vidc: Enable non fatal fault for Venus CB for SDM855" into msm-4.14

parents b2b99186 adc985b7
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -163,6 +163,10 @@ static struct msm_vidc_common_data sdm855_common_data[] = {
		.key = "qcom,debug-timeout",
		.value = 0,
	},
	{
		.key = "qcom,domain-attr-non-fatal-faults",
		.value = 1,
	},
};

static struct msm_vidc_common_data sdm845_common_data[] = {