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

Commit 21f6d11e 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 Computer Vision Program (CVP) domain" into msm-4.14

parents 661f309c 3eac795a
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -164,7 +164,7 @@ static struct msm_vidc_common_data sdm855_common_data[] = {
		.value = 0,
	},
	{
		.key = "qcom,domain-attr-non-fatal-faults",
		.key = "qcom,domain-cvp",
		.value = 1,
	},
};
@@ -222,10 +222,6 @@ static struct msm_vidc_common_data sdm845_common_data[] = {
		.key = "qcom,debug-timeout",
		.value = 0,
	},
	{
		.key = "qcom,domain-cvp",
		.value = 1,
	},
};

static struct msm_vidc_common_data sdm670_common_data_v0[] = {