Searched defs:sched_job (Results 1 – 7 of 7) sorted by relevance
28 to_v3d_job(struct drm_sched_job *sched_job) in to_v3d_job()34 v3d_job_free(struct drm_sched_job *sched_job) in v3d_job_free()46 v3d_job_dependency(struct drm_sched_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()151 v3d_job_timedout(struct drm_sched_job *sched_job) in v3d_job_timedout()
21 etnaviv_sched_dependency(struct drm_sched_job *sched_job, in etnaviv_sched_dependency()72 static struct dma_fence *etnaviv_sched_run_job(struct drm_sched_job *sched_job) in etnaviv_sched_run_job()85 static void etnaviv_sched_timedout_job(struct drm_sched_job *sched_job) in etnaviv_sched_timedout_job()126 static void etnaviv_sched_free_job(struct drm_sched_job *sched_job) in etnaviv_sched_free_job()
14 struct etnaviv_gem_submit *to_etnaviv_submit(struct drm_sched_job *sched_job) in to_etnaviv_submit()
96 struct drm_sched_job sched_job; member
58 #define to_drm_sched_job(sched_job) \ argument484 struct drm_sched_job *sched_job = to_drm_sched_job( in drm_sched_entity_pop_job() local517 void drm_sched_entity_push_job(struct drm_sched_job *sched_job, in drm_sched_entity_push_job()858 struct drm_sched_job *sched_job; in drm_sched_main() local
167 static struct dma_fence *amdgpu_job_dependency(struct drm_sched_job *sched_job, in amdgpu_job_dependency()200 static struct dma_fence *amdgpu_job_run(struct drm_sched_job *sched_job) in amdgpu_job_run()
33 #define to_amdgpu_job(sched_job) \ argument