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

Commit 0c325cc9 authored by Govindaraj Rajagopal's avatar Govindaraj Rajagopal
Browse files

msm: vidc: Enable dcvs for sm6150



Enable dcvs for sm6150

CRs-Fixed: 2295372
Change-Id: I7abae76f1c01936849292970dcd965e0286134fc
Signed-off-by: default avatarGovindaraj Rajagopal <grajagop@codeaurora.org>
parent a2e859ee
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -175,6 +175,10 @@ static struct msm_vidc_common_data sm6150_common_data[] = {
		.key = "qcom,hw-resp-timeout",
		.value = 250,
	},
	{
		.key = "qcom,dcvs",
		.value = 1,
	},
};

static struct msm_vidc_common_data sm8150_common_data[] = {