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

Commit 79b979e8 authored by Maheshwar Ajja's avatar Maheshwar Ajja
Browse files

msm: vidc: Reduce the response wait time



Video driver is expected to have response wait time
less than the power collapse wait time which is
1.5 seconds. So reduce the response wait time to
1 second.

Change-Id: I697f620a0121ba85c567c678f3f3df55d1a92ba6
Signed-off-by: default avatarMaheshwar Ajja <majja@codeaurora.org>
parent ba1b87fd
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -157,7 +157,7 @@ static struct msm_vidc_common_data sm8150_common_data[] = {
	},
	},
	{
	{
		.key = "qcom,hw-resp-timeout",
		.key = "qcom,hw-resp-timeout",
		.value = 10000,
		.value = 1000,
	},
	},
	{
	{
		.key = "qcom,debug-timeout",
		.key = "qcom,debug-timeout",