Home
last modified time | relevance | path

Searched refs:sched_timeout (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/scheduler/
H A Dsched_main.c463 unsigned long sched_timeout, now = jiffies; in drm_sched_suspend_timeout() local
465 sched_timeout = sched->work_tdr.timer.expires; in drm_sched_suspend_timeout()
472 && time_after(sched_timeout, now)) in drm_sched_suspend_timeout()
473 return sched_timeout - now; in drm_sched_suspend_timeout()
/linux/drivers/gpu/drm/xe/
H A Dxe_guc_submit.c3178 snapshot->sched_timeout = sched->base.timeout; in xe_guc_exec_queue_snapshot_capture()
3250 drm_printf(p, "\tTimeout: %ld (ms)\n", snapshot->sched_timeout); in xe_guc_exec_queue_snapshot_print()