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

Commit adc985b7 authored by Shivendra Kakrania's avatar Shivendra Kakrania
Browse files

msm: vidc: Enable non fatal fault for Venus CB for SDM855



Enable non fatal attribute so that smmu driver will
resume terminate the fault transactions.
Video driver will print the noc error information in the
pagefault handler provided the attribute is enabled.

Change-Id: I5371fbcaab2ee6357e2730f394eec5f7875a08c4
CRs-Fixed: 2127863
Signed-off-by: default avatarShivendra Kakrania <shiven@codeaurora.org>
parent 84e6bbd6
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[] = {