Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/msm/
A Dmsm_ringbuffer.c63 long sched_timeout; in msm_ringbuffer_new() local
99 sched_timeout = MAX_SCHEDULE_TIMEOUT; in msm_ringbuffer_new()
103 num_hw_submissions, 0, sched_timeout, in msm_ringbuffer_new()
/linux/drivers/gpu/drm/xe/
A Dxe_guc_submit_types.h90 long sched_timeout; member
A Dxe_guc_submit.c2099 snapshot->sched_timeout = sched->base.timeout; in xe_guc_exec_queue_snapshot_capture()
2189 drm_printf(p, "\tTimeout: %ld (ms)\n", snapshot->sched_timeout); in xe_guc_exec_queue_snapshot_print()
/linux/drivers/gpu/drm/scheduler/
A Dsched_main.c505 unsigned long sched_timeout, now = jiffies; in drm_sched_suspend_timeout() local
507 sched_timeout = sched->work_tdr.timer.expires; in drm_sched_suspend_timeout()
514 && time_after(sched_timeout, now)) in drm_sched_suspend_timeout()
515 return sched_timeout - now; in drm_sched_suspend_timeout()

Completed in 14 milliseconds