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

Commit fb3ef867 authored by Vaibhav Deshu Venkatesh's avatar Vaibhav Deshu Venkatesh
Browse files

msm: vidc: Increase timeouts for debugging



Increase hardware response and power collaps timeouts
for debug purposes.

CRs-Fixed: 2170314
Change-Id: I1ccefd77a6a2419cf4a376ebf87ce33711f7e459
Signed-off-by: default avatarVaibhav Deshu Venkatesh <vdeshuve@codeaurora.org>
parent 8fcf2dfd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -153,11 +153,11 @@ static struct msm_vidc_common_data sdm855_common_data[] = {
	},
	{
		.key = "qcom,power-collapse-delay",
		.value = 1500,
		.value = 150000,
	},
	{
		.key = "qcom,hw-resp-timeout",
		.value = 1000,
		.value = 10000,
	},
	{
		.key = "qcom,debug-timeout",