Home
last modified time | relevance | path

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

/drivers/gpu/drm/xe/
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()
A Dxe_gpu_scheduler.h17 long timeout, struct workqueue_struct *timeout_wq,
/drivers/gpu/drm/scheduler/
A Dsched_main.c429 mod_delayed_work(sched->timeout_wq, &sched->work_tdr, sched->timeout); in drm_sched_start_timeout()
464 if (sched->timeout_wq) in drm_sched_fault()
465 mod_delayed_work(sched->timeout_wq, &sched->work_tdr, 0); in drm_sched_fault()
491 if (mod_delayed_work(sched->timeout_wq, &sched->work_tdr, MAX_SCHEDULE_TIMEOUT) in drm_sched_suspend_timeout()
515 mod_delayed_work(sched->timeout_wq, &sched->work_tdr, remaining); in drm_sched_resume_timeout()
1328 sched->timeout_wq = args->timeout_wq ? args->timeout_wq : system_wq; in drm_sched_init()
/drivers/gpu/drm/panfrost/
A Dpanfrost_job.c881 args.timeout_wq = pfdev->reset.wq; in panfrost_job_init()
/drivers/gpu/drm/imagination/
A Dpvr_queue.c1235 .timeout_wq = pvr_dev->sched_wq, in pvr_queue_create()
/drivers/gpu/drm/panthor/
A Dpanthor_sched.c3302 .timeout_wq = group->ptdev->reset.wq, in group_create_queue()
/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_device.c2978 .timeout_wq = adev->reset_domain->wq, in amdgpu_device_init_schedulers()

Completed in 31 milliseconds