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

Commit 0f3994dd authored by Manikanta Kanamarlapudi's avatar Manikanta Kanamarlapudi
Browse files

msm: vidc: Add sm6150 platform specific data



Add platform specific data like fw-cycles,
power collapse delay, HW response time out
for sm6150.

CRs-Fixed: 2295372
Change-Id: I01cca7f0443661685f531a0ae829f9a042569e51
Signed-off-by: default avatarManikanta Kanamarlapudi <kmanikan@codeaurora.org>
parent 315ed7f6
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -169,16 +169,20 @@ static struct msm_vidc_common_data sm6150_common_data[] = {
	},
	{
		.key = "qcom,power-collapse-delay",
		.value = 500,
		.value = 1500,
	},
	{
		.key = "qcom,hw-resp-timeout",
		.value = 250,
		.value = 1000,
	},
	{
		.key = "qcom,dcvs",
		.value = 1,
	},
	{
		.key = "qcom,fw-cycles",
		.value = 733003,
	},
};

static struct msm_vidc_common_data sm8150_common_data[] = {