Skip to content
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.

Commit

Permalink
Merge "msm: vidc: Increase poll time out for boot FW"
Browse files Browse the repository at this point in the history
  • Loading branch information
qctecmdr authored and Gerrit - the friendly Code Review server committed May 1, 2020
2 parents 14a2b9a + 79ede51 commit 441edaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msm/vidc/hfi_iris2.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 441edaf

Please sign in to comment.