Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_fence.h27 int nouveau_fence_sync(struct nouveau_bo *, struct nouveau_channel *, bool exclusive, bool intr);
H A Dnouveau_fence.c357 nouveau_fence_sync(struct nouveau_bo *nvbo, struct nouveau_channel *chan, in nouveau_fence_sync() function
H A Dnouveau_gem.c589 ret = nouveau_fence_sync(nvbo, chan, !!b->write_domains, true); in validate_list()
H A Dnouveau_bo.c865 ret = nouveau_fence_sync(nouveau_bo(bo), chan, true, ctx->interruptible); in nouveau_bo_move_m2mf()
/openbmc/linux/drivers/gpu/drm/nouveau/dispnv04/
H A Dcrtc.c1113 ret = nouveau_fence_sync(old_bo, chan, false, false); in nv04_page_flip_emit()
1179 ret = nouveau_fence_sync(new_bo, chan, false, true); in nv04_crtc_page_flip()