Skip to content

Commit 647e835

Browse files
committed
habanalabs: increase GAUDI QMAN ARB WDT timeout
The current timeout is too low for some of the workloads and we see false errors as a result. Reviewed-by: Tomer Tayar <[email protected]> Signed-off-by: Oded Gabbay <[email protected]>
1 parent dd2fde1 commit 647e835

File tree

1 file changed

+1
-1
lines changed
  • drivers/misc/habanalabs/gaudi

1 file changed

+1
-1
lines changed

drivers/misc/habanalabs/gaudi/gaudi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696

9797
#define GAUDI_NUM_OF_QM_ARB_ERR_CAUSE 3
9898

99-
#define GAUDI_ARB_WDT_TIMEOUT 0x400000
99+
#define GAUDI_ARB_WDT_TIMEOUT 0x1000000
100100

101101
static const char gaudi_irq_name[GAUDI_MSI_ENTRIES][GAUDI_MAX_STRING_LEN] = {
102102
"gaudi cq 0_0", "gaudi cq 0_1", "gaudi cq 0_2", "gaudi cq 0_3",

0 commit comments

Comments
 (0)