Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/scheduler/
Dsched_entity.c156 long drm_sched_entity_flush(struct drm_sched_entity *entity, long timeout) in drm_sched_entity_flush() function
193 EXPORT_SYMBOL(drm_sched_entity_flush);
312 drm_sched_entity_flush(entity, MAX_WAIT_SCHED_ENTITY_Q_EMPTY); in drm_sched_entity_destroy()
/Linux-v5.15/include/drm/
Dgpu_scheduler.h379 long drm_sched_entity_flush(struct drm_sched_entity *entity, long timeout);
/Linux-v5.15/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ctx.c611 timeout = drm_sched_entity_flush(entity, timeout); in amdgpu_ctx_mgr_entity_flush()