Skip to content

Commit 55701e9

Browse files
jlawrynogregkh
authored andcommitted
accel/ivpu: Increase state dump msg timeout
commit c4eb2f8 upstream. Increase JMS message state dump command timeout to 100 ms. On some platforms, the FW may take a bit longer than 50 ms to dump its state to the log buffer and we don't want to miss any debug info during TDR. Fixes: 5e162f8 ("accel/ivpu: Add FW state dump on TDR") Cc: [email protected] # v6.13+ Reviewed-by: Jeff Hugo <[email protected]> Signed-off-by: Jacek Lawrynowicz <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 8e9c8a0 commit 55701e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/accel/ivpu/ivpu_hw.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ static void timeouts_init(struct ivpu_device *vdev)
106106
else
107107
vdev->timeout.autosuspend = 100;
108108
vdev->timeout.d0i3_entry_msg = 5;
109-
vdev->timeout.state_dump_msg = 10;
109+
vdev->timeout.state_dump_msg = 100;
110110
}
111111
}
112112

0 commit comments

Comments
 (0)