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

Commit 441edaf2 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: vidc: Increase poll time out for boot FW"

parents 14a2b9a9 79ede51d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -391,7 +391,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)