Searched refs:run_job (Results 1 - 13 of 13) sorted by relevance

/linux-master/drivers/gpu/drm/etnaviv/
H A Detnaviv_sched.c94 .run_job = etnaviv_sched_run_job,
/linux-master/drivers/gpu/drm/msm/
H A Dmsm_ringbuffer.c55 .run_job = msm_job_run,
/linux-master/drivers/gpu/drm/v3d/
H A Dv3d_sched.c691 .run_job = v3d_bin_job_run,
697 .run_job = v3d_render_job_run,
703 .run_job = v3d_tfu_job_run,
709 .run_job = v3d_csd_job_run,
715 .run_job = v3d_cache_clean_job_run,
721 .run_job = v3d_cpu_job_run,
/linux-master/include/drm/
H A Dgpu_scheduler.h281 * from run_job() won't be created until the dependencies have
293 * @parent: the fence returned by &drm_sched_backend_ops.run_job
403 * returns NULL, run_job() may be called.
412 * @run_job: Called to execute the job once all of the dependencies
417 struct dma_fence *(*run_job)(struct drm_sched_job *sched_job); member in struct:drm_sched_backend_ops
500 * @work_run_job: work which calls run_job op of each scheduler.
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_job.c361 .run_job = amdgpu_job_run,
H A Damdgpu_debugfs.c1866 fence = sched->ops->run_job(s_job);
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_sched.c396 .run_job = nouveau_sched_run_job,
/linux-master/drivers/gpu/drm/xe/
H A Dxe_execlist.c314 .run_job = execlist_run_job,
H A Dxe_guc_submit.c882 /* Kill the run_job / process_msg entry points */
948 /* Kill the run_job entry point */
1194 .run_job = guc_exec_queue_run_job,
/linux-master/drivers/gpu/drm/scheduler/
H A Dsched_main.c752 fence = sched->ops->run_job(s_job);
1170 * drm_sched_run_job_work - worker to call run_job
1205 fence = sched->ops->run_job(sched_job);
/linux-master/drivers/gpu/drm/lima/
H A Dlima_sched.c480 .run_job = lima_sched_run_job,
/linux-master/drivers/gpu/drm/panfrost/
H A Dpanfrost_job.c795 .run_job = panfrost_job_run,
/linux-master/drivers/gpu/drm/imagination/
H A Dpvr_queue.c233 * run_job()).
301 * Should be called *before* the ::run_job() path, so the fence is initialised
504 * here because otherwise by the time of run_job() the job will end up
511 * bail early from whether run_job() has been called on the
865 .run_job = pvr_queue_run_job,

Completed in 366 milliseconds