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

Commit 94f816cc 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"

parents 5c346d5d c8abcae4
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -161,6 +161,10 @@ static struct msm_vidc_common_data sdm670_common_data_v0[] = {
		.key = "qcom,sw-power-collapse",
		.value = 1,
	},
	{
		.key = "qcom,domain-attr-non-fatal-faults",
		.value = 1,
	},
	{
		.key = "qcom,max-secure-instances",
		.value = 5,
@@ -204,6 +208,10 @@ static struct msm_vidc_common_data sdm670_common_data_v1[] = {
		.key = "qcom,sw-power-collapse",
		.value = 1,
	},
	{
		.key = "qcom,domain-attr-non-fatal-faults",
		.value = 1,
	},
	{
		.key = "qcom,max-secure-instances",
		.value = 5,