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

Commit 548132c2 authored by Vinay Kalia's avatar Vinay Kalia
Browse files

msm: vidc: Increase timeout for power collapse



Increase power collase timeout to avoid venus power
collapse before the video video/encoding decoding is
actually started. This is needed to avoid iommu map
failures at the beginning of the playback.

Change-Id: I05cade4f6464122d7f3c3b42b4976b9b7a33827f
CRs-fixed: 563706
Signed-off-by: default avatarVinay Kalia <vkalia@codeaurora.org>
parent 0984d32e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@

struct msm_vidc_drv *vidc_driver;

uint32_t msm_vidc_pwr_collapse_delay = 2000;
uint32_t msm_vidc_pwr_collapse_delay = 10000;

struct buffer_info {
	struct list_head list;