You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* The second one is for Compute. The third and fourth ones are
363
363
* for SDMA and Video.
364
364
*
365
-
* By default(with no lockup_timeout settings), the timeout for all non-compute(GFX, SDMA and Video)
366
-
* jobs is 10000. The timeout for compute is 60000.
365
+
* By default(with no lockup_timeout settings), the timeout for all jobs is 10000.
367
366
*/
368
-
MODULE_PARM_DESC(lockup_timeout, "GPU lockup timeout in ms (default: for bare metal 10000 for non-compute jobs and 60000 for compute jobs; "
369
-
"for passthrough or sriov, 10000 for all jobs. 0: keep default value. negative: infinity timeout), format: for bare metal [Non-Compute] or [GFX,Compute,SDMA,Video]; "
370
-
"for passthrough or sriov [all jobs] or [GFX,Compute,SDMA,Video].");
367
+
MODULE_PARM_DESC(lockup_timeout,
368
+
"GPU lockup timeout in ms (default: 10000 for all jobs. "
369
+
"0: keep default value. negative: infinity timeout), format: for bare metal [Non-Compute] or [GFX,Compute,SDMA,Video]; "
370
+
"for passthrough or sriov [all jobs] or [GFX,Compute,SDMA,Video].");
0 commit comments