Lines Matching refs:sched_job
28 to_v3d_job(struct drm_sched_job *sched_job) in to_v3d_job() argument
30 return container_of(sched_job, struct v3d_job, base); in to_v3d_job()
34 v3d_job_free(struct drm_sched_job *sched_job) in v3d_job_free() argument
36 struct v3d_job *job = to_v3d_job(sched_job); in v3d_job_free()
46 v3d_job_dependency(struct drm_sched_job *sched_job, in v3d_job_dependency() argument
49 struct v3d_job *job = to_v3d_job(sched_job); in v3d_job_dependency()
79 static struct dma_fence *v3d_job_run(struct drm_sched_job *sched_job) in v3d_job_run() argument
81 struct v3d_job *job = to_v3d_job(sched_job); in v3d_job_run()
151 v3d_job_timedout(struct drm_sched_job *sched_job) in v3d_job_timedout() argument
153 struct v3d_job *job = to_v3d_job(sched_job); in v3d_job_timedout()
183 drm_sched_hw_job_reset(sched, (sched_job->sched == sched ? in v3d_job_timedout()
184 sched_job : NULL)); in v3d_job_timedout()