Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_gpu_scheduler.c62 long timeout, struct workqueue_struct *timeout_wq, in xe_sched_init() argument
71 hang_limit, timeout, timeout_wq, score, name, in xe_sched_init()
Dxe_gpu_scheduler.h17 long timeout, struct workqueue_struct *timeout_wq,
/linux-6.12.1/drivers/gpu/drm/scheduler/
Dsched_main.c451 mod_delayed_work(sched->timeout_wq, &sched->work_tdr, sched->timeout); in drm_sched_start_timeout()
486 if (sched->timeout_wq) in drm_sched_fault()
487 mod_delayed_work(sched->timeout_wq, &sched->work_tdr, 0); in drm_sched_fault()
513 if (mod_delayed_work(sched->timeout_wq, &sched->work_tdr, MAX_SCHEDULE_TIMEOUT) in drm_sched_suspend_timeout()
537 mod_delayed_work(sched->timeout_wq, &sched->work_tdr, remaining); in drm_sched_resume_timeout()
1245 long timeout, struct workqueue_struct *timeout_wq, in drm_sched_init() argument
1254 sched->timeout_wq = timeout_wq ? : system_wq; in drm_sched_init()
/linux-6.12.1/include/drm/
Dgpu_scheduler.h529 struct workqueue_struct *timeout_wq; member
549 long timeout, struct workqueue_struct *timeout_wq,