Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_gpu_scheduler.c62 long timeout, struct workqueue_struct *timeout_wq, in xe_sched_init() argument
73 .timeout_wq = timeout_wq, in xe_sched_init()
H A Dxe_gpu_scheduler.h17 long timeout, struct workqueue_struct *timeout_wq,
/linux-6.15/drivers/gpu/drm/scheduler/
H A Dsched_main.c437 mod_delayed_work(sched->timeout_wq, &sched->work_tdr, sched->timeout); in drm_sched_start_timeout()
472 if (sched->timeout_wq) in drm_sched_fault()
473 mod_delayed_work(sched->timeout_wq, &sched->work_tdr, 0); in drm_sched_fault()
499 if (mod_delayed_work(sched->timeout_wq, &sched->work_tdr, MAX_SCHEDULE_TIMEOUT) in drm_sched_suspend_timeout()
523 mod_delayed_work(sched->timeout_wq, &sched->work_tdr, remaining); in drm_sched_resume_timeout()
1263 sched->timeout_wq = args->timeout_wq ? args->timeout_wq : system_wq; in drm_sched_init()
/linux-6.15/include/drm/
H A Dgpu_scheduler.h517 struct workqueue_struct *timeout_wq; member
553 struct workqueue_struct *timeout_wq; member
/linux-6.15/drivers/gpu/drm/panfrost/
H A Dpanfrost_job.c844 .timeout_wq = pfdev->reset.wq, in panfrost_job_init()
/linux-6.15/drivers/gpu/drm/imagination/
H A Dpvr_queue.c1234 .timeout_wq = pvr_dev->sched_wq, in pvr_queue_create()
/linux-6.15/drivers/gpu/drm/panthor/
H A Dpanthor_sched.c3302 .timeout_wq = group->ptdev->reset.wq, in group_create_queue()
/linux-6.15/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_device.c2893 .timeout_wq = adev->reset_domain->wq, in amdgpu_device_init_schedulers()