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

Commit 999207a8 authored by Chinmay Sawarkar's avatar Chinmay Sawarkar
Browse files

msm: vidc: Disable power collapse and increase timeout



Disable power collapse. Increase hardware response timeout
and power collapse delay value.

CRs-Fixed: 2384822
Change-Id: I945637c28cf316307577b78971c5ef615fa2158f
Signed-off-by: default avatarChinmay Sawarkar <chinmays@codeaurora.org>
parent 9af99ae9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -161,7 +161,7 @@ static struct msm_vidc_common_data kona_common_data[] = {
	},
	{
		.key = "qcom,sw-power-collapse",
		.value = 1,
		.value = 0,
	},
	{
		.key = "qcom,domain-attr-non-fatal-faults",
@@ -205,7 +205,7 @@ static struct msm_vidc_common_data kona_common_data[] = {
	},
	{
		.key = "qcom,power-collapse-delay",
		.value = 1500,
		.value = 15000,
	},
	{
		.key = "qcom,hw-resp-timeout",