nouveau_fence_sync 1113 drivers/gpu/drm/nouveau/dispnv04/crtc.c 	ret = nouveau_fence_sync(old_bo, chan, false, false);
nouveau_fence_sync 1177 drivers/gpu/drm/nouveau/dispnv04/crtc.c 	ret = nouveau_fence_sync(new_bo, chan, false, true);
nouveau_fence_sync 1144 drivers/gpu/drm/nouveau/nouveau_bo.c 	ret = nouveau_fence_sync(nouveau_bo(bo), chan, true, intr);
nouveau_fence_sync   27 drivers/gpu/drm/nouveau/nouveau_fence.h int  nouveau_fence_sync(struct nouveau_bo *, struct nouveau_channel *, bool exclusive, bool intr);
nouveau_fence_sync  514 drivers/gpu/drm/nouveau/nouveau_gem.c 		ret = nouveau_fence_sync(nvbo, chan, !!b->write_domains, true);