Home
last modified time | relevance | path

Searched defs:sched_job (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/gpu/drm/v3d/
H A Dv3d_sched.c33 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()
225 static struct dma_fence *v3d_bin_job_run(struct drm_sched_job *sched_job) in v3d_bin_job_run()
285 static struct dma_fence *v3d_render_job_run(struct drm_sched_job *sched_job) in v3d_render_job_run()
[all …]
/linux/drivers/gpu/drm/etnaviv/
H A Detnaviv_sched.c21 static struct dma_fence *etnaviv_sched_run_job(struct drm_sched_job *sched_job) in etnaviv_sched_run_job()
34 static enum drm_gpu_sched_stat etnaviv_sched_timedout_job(struct drm_sched_job in etnaviv_sched_timedout_job()
99 static void etnaviv_sched_free_job(struct drm_sched_job *sched_job) in etnaviv_sched_free_job()
H A Detnaviv_sched.h14 struct etnaviv_gem_submit *to_etnaviv_submit(struct drm_sched_job *sched_job) in to_etnaviv_submit()
H A Detnaviv_gem.h93 struct drm_sched_job sched_job; member
/linux/drivers/gpu/drm/scheduler/
H A Dsched_entity.c473 struct drm_sched_job *sched_job; in drm_sched_entity_pop_job() local
584 void drm_sched_entity_push_job(struct drm_sched_job *sched_job) in drm_sched_entity_push_job()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_job.c359 amdgpu_job_prepare_job(struct drm_sched_job *sched_job, in amdgpu_job_prepare_job()
404 static struct dma_fence *amdgpu_job_run(struct drm_sched_job *sched_job) in amdgpu_job_run()
H A Damdgpu_job.h39 #define to_amdgpu_job(sched_job) \ argument
/linux/drivers/gpu/drm/imagination/
H A Dpvr_queue.c505 pvr_queue_prepare_job(struct drm_sched_job *sched_job, in pvr_queue_prepare_job()
696 static struct dma_fence *pvr_queue_run_job(struct drm_sched_job *sched_job) in pvr_queue_run_job()
864 static void pvr_queue_free_job(struct drm_sched_job *sched_job) in pvr_queue_free_job()
/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_sched.h13 #define to_nouveau_job(sched_job) \ argument