Home
last modified time | relevance | path

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

/drivers/gpu/drm/msm/
Dmsm_ringbuffer.c64 long sched_timeout; in msm_ringbuffer_new() local
100 sched_timeout = MAX_SCHEDULE_TIMEOUT; in msm_ringbuffer_new()
103 num_hw_submissions, 0, sched_timeout, in msm_ringbuffer_new()
/drivers/gpu/drm/scheduler/
Dsched_main.c265 unsigned long sched_timeout, now = jiffies; in drm_sched_suspend_timeout() local
267 sched_timeout = sched->work_tdr.timer.expires; in drm_sched_suspend_timeout()
274 && time_after(sched_timeout, now)) in drm_sched_suspend_timeout()
275 return sched_timeout - now; in drm_sched_suspend_timeout()