Home
last modified time | relevance | path

Searched refs:drm_sched_entity_flush (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/scheduler/
H A Dsched_entity.c267 * drm_sched_entity_flush - Flush a context entity
278 long drm_sched_entity_flush(struct drm_sched_entity *entity, long timeout) in drm_sched_entity_flush() function
311 EXPORT_SYMBOL(drm_sched_entity_flush);
321 * drm_sched_entity_flush() must be called first. This function then goes over
348 * Calls drm_sched_entity_flush() and drm_sched_entity_fini() as a
353 drm_sched_entity_flush(entity, MAX_WAIT_SCHED_ENTITY_Q_EMPTY); in drm_sched_entity_destroy()
/linux/include/drm/
H A Dgpu_scheduler.h209 * termination. This is set by calling drm_sched_entity_flush() and by
691 long drm_sched_entity_flush(struct drm_sched_entity *entity, long timeout);
/linux/drivers/gpu/drm/msm/
H A Dmsm_submitqueue.c119 drm_sched_entity_flush(queue->entity, MAX_WAIT_SCHED_ENTITY_Q_EMPTY); in msm_submitqueue_close()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ctx.c914 timeout = drm_sched_entity_flush(entity, timeout); in amdgpu_ctx_mgr_entity_flush()
H A Damdgpu_vm.c2417 timeout = drm_sched_entity_flush(&vm->immediate, timeout); in amdgpu_vm_wait_idle()
2421 return drm_sched_entity_flush(&vm->delayed, timeout); in amdgpu_vm_wait_idle()