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

Commit f570bef7 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 pagetable page caching for SDM670"

parents ec9455d0 b5244202
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -169,6 +169,10 @@ static struct msm_vidc_common_data sdm670_common_data_v0[] = {
		.key = "qcom,domain-attr-non-fatal-faults",
		.value = 1,
	},
	{
		.key = "qcom,domain-attr-cache-pagetables",
		.value = 1,
	},
	{
		.key = "qcom,max-secure-instances",
		.value = 5,
@@ -216,6 +220,10 @@ static struct msm_vidc_common_data sdm670_common_data_v1[] = {
		.key = "qcom,domain-attr-non-fatal-faults",
		.value = 1,
	},
	{
		.key = "qcom,domain-attr-cache-pagetables",
		.value = 1,
	},
	{
		.key = "qcom,max-secure-instances",
		.value = 5,