HomeSort by: relevance | last modified time | path
    Searched refs:nouveau_fence_sync (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_fence.h 29 int nouveau_fence_sync(struct nouveau_bo *, struct nouveau_channel *, bool exclusive, bool intr);
nouveau_fence.c 379 nouveau_fence_sync(struct nouveau_bo *nvbo, struct nouveau_channel *chan, bool exclusive, bool intr) function in typeref:typename:int
nouveau_gem.c 526 ret = nouveau_fence_sync(nvbo, chan, !!b->write_domains, true);
nouveau_bo.c 1233 ret = nouveau_fence_sync(nouveau_bo(bo), chan, true, intr);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/
nouveau_dispnv04_crtc.c 1118 ret = nouveau_fence_sync(old_bo, chan, false, false);
1182 ret = nouveau_fence_sync(new_bo, chan, false, true);

Completed in 42 milliseconds