Searched refs:timeout_wq (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/drivers/gpu/drm/xe/ |
| H 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()
|
| H A D | xe_gpu_scheduler.h | 17 long timeout, struct workqueue_struct *timeout_wq,
|
| /linux-6.15/drivers/gpu/drm/scheduler/ |
| H A D | sched_main.c | 437 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 D | gpu_scheduler.h | 517 struct workqueue_struct *timeout_wq; member 553 struct workqueue_struct *timeout_wq; member
|
| /linux-6.15/drivers/gpu/drm/panfrost/ |
| H A D | panfrost_job.c | 844 .timeout_wq = pfdev->reset.wq, in panfrost_job_init()
|
| /linux-6.15/drivers/gpu/drm/imagination/ |
| H A D | pvr_queue.c | 1234 .timeout_wq = pvr_dev->sched_wq, in pvr_queue_create()
|
| /linux-6.15/drivers/gpu/drm/panthor/ |
| H A D | panthor_sched.c | 3302 .timeout_wq = group->ptdev->reset.wq, in group_create_queue()
|
| /linux-6.15/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_device.c | 2893 .timeout_wq = adev->reset_domain->wq, in amdgpu_device_init_schedulers()
|