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

Commit 61bb3313 authored by Surajit Podder's avatar Surajit Podder Committed by Gerrit - the friendly Code Review server
Browse files

msm: vidc: Update platform data for sdm670



Update power collapse delay to 1.5 sec and
hardware response timeout to 1 sec for
sdm670 as per hardware requirement.

Change-Id: Ie4bf239e8d7f7bfa1f14f3da73dc30edd55b380a
Signed-off-by: default avatarSurajit Podder <spodder@codeaurora.org>
parent 1d4cc365
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -199,11 +199,11 @@ static struct msm_vidc_common_data sdm670_common_data_v0[] = {
	},
	{
		.key = "qcom,power-collapse-delay",
		.value = 500,
		.value = 1500,
	},
	{
		.key = "qcom,hw-resp-timeout",
		.value = 250,
		.value = 1000,
	},
};

@@ -250,11 +250,11 @@ static struct msm_vidc_common_data sdm670_common_data_v1[] = {
	},
	{
		.key = "qcom,power-collapse-delay",
		.value = 500,
		.value = 1500,
	},
	{
		.key = "qcom,hw-resp-timeout",
		.value = 250,
		.value = 1000,
	},
};