Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/scheduler/
Dsched_entity.c169 long drm_sched_entity_flush(struct drm_sched_entity *entity, long timeout) in drm_sched_entity_flush() function
206 EXPORT_SYMBOL(drm_sched_entity_flush);
320 drm_sched_entity_flush(entity, MAX_WAIT_SCHED_ENTITY_Q_EMPTY); in drm_sched_entity_destroy()
/Linux-v5.4/include/drm/
Dgpu_scheduler.h315 long drm_sched_entity_flush(struct drm_sched_entity *entity, long timeout);
/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ctx.c585 timeout = drm_sched_entity_flush(entity, timeout); in amdgpu_ctx_mgr_entity_flush()