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

Commit 79ede51d authored by Priyanka Gujjula's avatar Priyanka Gujjula
Browse files

msm: vidc: Increase poll time out for boot FW



Increase the number of tries for booting up
the firmware, since the repsonse from FW is
intermittently slow on lagoon.

Change-Id: I499efc5d50ac9ef5357bd823d3b9c5a3da561852
Signed-off-by: default avatarPriyanka Gujjula <pgujjula@codeaurora.org>
parent f3359b66
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -389,7 +389,7 @@ void __core_clear_interrupt_iris2(struct venus_hfi_device *device)
int __boot_firmware_iris2(struct venus_hfi_device *device, u32 sid)
{
	int rc = 0;
	u32 ctrl_init_val = 0, ctrl_status = 0, count = 0, max_tries = 1000;
	u32 ctrl_init_val = 0, ctrl_status = 0, count = 0, max_tries = 5000;

	ctrl_init_val = BIT(0);
	if (device->res->cvp_internal)