Home
last modified time | relevance | path

Searched refs:drm_sched_suspend_timeout (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/include/drm/
Dgpu_scheduler.h539 unsigned long drm_sched_suspend_timeout(struct drm_gpu_scheduler *sched);
/Linux-v6.1/drivers/gpu/drm/scheduler/
Dsched_main.c265 unsigned long drm_sched_suspend_timeout(struct drm_gpu_scheduler *sched) in drm_sched_suspend_timeout() function
281 EXPORT_SYMBOL(drm_sched_suspend_timeout);
/Linux-v6.1/drivers/gpu/drm/amd/amdgpu/
Damdgpu_job.c80 drm_sched_suspend_timeout(&ring->sched); in amdgpu_job_timedout()