Home
last modified time | relevance | path

Searched refs:sched_timeout (Results 1 – 2 of 2) sorted by relevance

/drivers/gpu/drm/msm/
Dmsm_ringbuffer.c62 long sched_timeout; in msm_ringbuffer_new() local
98 sched_timeout = MAX_SCHEDULE_TIMEOUT; in msm_ringbuffer_new()
101 num_hw_submissions, 0, sched_timeout, in msm_ringbuffer_new()
/drivers/gpu/drm/scheduler/
Dsched_main.c335 unsigned long sched_timeout, now = jiffies; in drm_sched_suspend_timeout() local
337 sched_timeout = sched->work_tdr.timer.expires; in drm_sched_suspend_timeout()
344 && time_after(sched_timeout, now)) in drm_sched_suspend_timeout()
345 return sched_timeout - now; in drm_sched_suspend_timeout()