Searched refs:timeout_wq (Results 1 – 7 of 7) sorted by relevance
| /drivers/gpu/drm/xe/ |
| A D | xe_gpu_scheduler.c | 62 long timeout, struct workqueue_struct *timeout_wq, in xe_sched_init() argument 73 .timeout_wq = timeout_wq, in xe_sched_init()
|
| A D | xe_gpu_scheduler.h | 17 long timeout, struct workqueue_struct *timeout_wq,
|
| /drivers/gpu/drm/scheduler/ |
| A D | sched_main.c | 429 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 D | panfrost_job.c | 881 args.timeout_wq = pfdev->reset.wq; in panfrost_job_init()
|
| /drivers/gpu/drm/imagination/ |
| A D | pvr_queue.c | 1235 .timeout_wq = pvr_dev->sched_wq, in pvr_queue_create()
|
| /drivers/gpu/drm/panthor/ |
| A D | panthor_sched.c | 3302 .timeout_wq = group->ptdev->reset.wq, in group_create_queue()
|
| /drivers/gpu/drm/amd/amdgpu/ |
| A D | amdgpu_device.c | 2978 .timeout_wq = adev->reset_domain->wq, in amdgpu_device_init_schedulers()
|
Completed in 31 milliseconds