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

Commit 3eac795a authored by Karthikeyan Periasamy's avatar Karthikeyan Periasamy
Browse files

msm: vidc: Enable Computer Vision Program (CVP) domain



- Enable CVP domain in sdm855 chipset platform
- sdm845 does not support CVP features, so disabling it in sdm845

CRs-Fixed: 2206894
Change-Id: I7fb8ca86f8f8f3b4b865c73ea38ff5cd0b1c7630
Signed-off-by: default avatarKarthikeyan Periasamy <kperiasa@codeaurora.org>
parent 07fb2060
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[] = {