Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/v3d/
H A Dv3d_sched.c28 to_v3d_job(struct drm_sched_job *sched_job) in to_v3d_job()
34 to_bin_job(struct drm_sched_job *sched_job) in to_bin_job()
40 to_render_job(struct drm_sched_job *sched_job) in to_render_job()
46 to_tfu_job(struct drm_sched_job *sched_job) in to_tfu_job()
52 to_csd_job(struct drm_sched_job *sched_job) in to_csd_job()
58 v3d_sched_job_free(struct drm_sched_job *sched_job) in v3d_sched_job_free()
175 v3d_tfu_job_run(struct drm_sched_job *sched_job) in v3d_tfu_job_run()
212 v3d_csd_job_run(struct drm_sched_job *sched_job) in v3d_csd_job_run()
245 v3d_cache_clean_job_run(struct drm_sched_job *sched_job) in v3d_cache_clean_job_run()
309 v3d_bin_job_timedout(struct drm_sched_job *sched_job) in v3d_bin_job_timedout()
[all …]
/openbmc/linux/drivers/gpu/drm/etnaviv/
H A Detnaviv_sched.c20 static struct dma_fence *etnaviv_sched_run_job(struct drm_sched_job *sched_job) in etnaviv_sched_run_job()
33 static enum drm_gpu_sched_stat etnaviv_sched_timedout_job(struct drm_sched_job in etnaviv_sched_timedout_job()
83 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.h90 struct drm_sched_job sched_job; member
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_job.c253 amdgpu_job_prepare_job(struct drm_sched_job *sched_job, in amdgpu_job_prepare_job()
283 static struct dma_fence *amdgpu_job_run(struct drm_sched_job *sched_job) in amdgpu_job_run()
320 #define to_drm_sched_job(sched_job) \ argument
H A Damdgpu_job.h39 #define to_amdgpu_job(sched_job) \ argument
/openbmc/linux/drivers/gpu/drm/scheduler/
H A Dsched_entity.c33 #define to_drm_sched_job(sched_job) \ argument
456 struct drm_sched_job *sched_job; in drm_sched_entity_pop_job() local
560 void drm_sched_entity_push_job(struct drm_sched_job *sched_job) in drm_sched_entity_push_job()
H A Dsched_main.c67 #define to_drm_sched_job(sched_job) \ argument
1015 struct drm_sched_job *sched_job; in drm_sched_main() local
/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_sched.c368 nouveau_sched_run_job(struct drm_sched_job *sched_job) in nouveau_sched_run_job()
376 nouveau_sched_timedout_job(struct drm_sched_job *sched_job) in nouveau_sched_timedout_job()
395 nouveau_sched_free_job(struct drm_sched_job *sched_job) in nouveau_sched_free_job()
H A Dnouveau_sched.h13 #define to_nouveau_job(sched_job) \ argument
/openbmc/linux/drivers/gpu/drm/panfrost/
H A Dpanfrost_job.c43 to_panfrost_job(struct drm_sched_job *sched_job) in to_panfrost_job()
348 static void panfrost_job_free(struct drm_sched_job *sched_job) in panfrost_job_free()
357 static struct dma_fence *panfrost_job_run(struct drm_sched_job *sched_job) in panfrost_job_run()
709 static enum drm_gpu_sched_stat panfrost_job_timedout(struct drm_sched_job in panfrost_job_timedout()