Lines Matching defs:job
102 static inline struct lima_sched_task *to_lima_task(struct drm_sched_job *job)
104 return container_of(job, struct lima_sched_task, base);
202 static struct dma_fence *lima_sched_run_job(struct drm_sched_job *job)
204 struct lima_sched_task *task = to_lima_task(job);
205 struct lima_sched_pipe *pipe = to_lima_pipe(job->sched);
211 if (job->s_fence->finished.error < 0)
399 static enum drm_gpu_sched_stat lima_sched_timedout_job(struct drm_sched_job *job)
401 struct lima_sched_pipe *pipe = to_lima_pipe(job->sched);
402 struct lima_sched_task *task = to_lima_task(job);
406 DRM_ERROR("lima job timeout\n");
438 static void lima_sched_free_job(struct drm_sched_job *job)
440 struct lima_sched_task *task = to_lima_task(job);
441 struct lima_sched_pipe *pipe = to_lima_pipe(job->sched);