Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/scheduler/
Dsched_entity.c152 long drm_sched_entity_flush(struct drm_sched_entity *entity, long timeout) in drm_sched_entity_flush() function
189 EXPORT_SYMBOL(drm_sched_entity_flush);
303 drm_sched_entity_flush(entity, MAX_WAIT_SCHED_ENTITY_Q_EMPTY); in drm_sched_entity_destroy()
/Linux-v5.10/include/drm/
Dgpu_scheduler.h327 long drm_sched_entity_flush(struct drm_sched_entity *entity, long timeout);
/Linux-v5.10/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ctx.c600 timeout = drm_sched_entity_flush(entity, timeout); in amdgpu_ctx_mgr_entity_flush()