Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit f8be2c59 authored by Christian König's avatar Christian König
Browse files

drm/ttm: stop pruning fences after wait


This is just abusing internals of the dma_resv object.

Signed-off-by: default avatarChristian König <christian.koenig@amd.com>
Reviewed-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20211129120659.1815-3-christian.koenig@amd.com
parent f7fd7814
Branches
Tags
No related merge requests found
......@@ -1086,7 +1086,6 @@ int ttm_bo_wait(struct ttm_buffer_object *bo,
if (timeout == 0)
return -EBUSY;
dma_resv_add_excl_fence(bo->base.resv, NULL);
return 0;
}
EXPORT_SYMBOL(ttm_bo_wait);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment