Lines Matching refs:drm_sched_job

33 to_v3d_job(struct drm_sched_job *sched_job)  in to_v3d_job()
39 to_bin_job(struct drm_sched_job *sched_job) in to_bin_job()
45 to_render_job(struct drm_sched_job *sched_job) in to_render_job()
51 to_tfu_job(struct drm_sched_job *sched_job) in to_tfu_job()
57 to_csd_job(struct drm_sched_job *sched_job) in to_csd_job()
63 to_cpu_job(struct drm_sched_job *sched_job) in to_cpu_job()
69 v3d_sched_job_free(struct drm_sched_job *sched_job) in v3d_sched_job_free()
107 v3d_cpu_job_free(struct drm_sched_job *sched_job) in v3d_cpu_job_free()
221 static struct dma_fence *v3d_bin_job_run(struct drm_sched_job *sched_job) in v3d_bin_job_run()
277 static struct dma_fence *v3d_render_job_run(struct drm_sched_job *sched_job) in v3d_render_job_run()
323 v3d_tfu_job_run(struct drm_sched_job *sched_job) in v3d_tfu_job_run()
364 v3d_csd_job_run(struct drm_sched_job *sched_job) in v3d_csd_job_run()
654 v3d_cpu_job_run(struct drm_sched_job *sched_job) in v3d_cpu_job_run()
678 v3d_cache_clean_job_run(struct drm_sched_job *sched_job) in v3d_cache_clean_job_run()
693 v3d_gpu_reset_for_timeout(struct v3d_dev *v3d, struct drm_sched_job *sched_job) in v3d_gpu_reset_for_timeout()
728 v3d_cl_job_timedout(struct drm_sched_job *sched_job, enum v3d_queue q, in v3d_cl_job_timedout()
746 v3d_bin_job_timedout(struct drm_sched_job *sched_job) in v3d_bin_job_timedout()
755 v3d_render_job_timedout(struct drm_sched_job *sched_job) in v3d_render_job_timedout()
764 v3d_generic_job_timedout(struct drm_sched_job *sched_job) in v3d_generic_job_timedout()
772 v3d_csd_job_timedout(struct drm_sched_job *sched_job) in v3d_csd_job_timedout()