Home | History | Annotate | Download | only in ttm

Lines Matching defs:moving

103 	if (__predict_true(!bo->moving))
109 if (dma_fence_is_signaled(bo->moving))
121 (void) dma_fence_wait(bo->moving, true);
130 err = dma_fence_wait(bo->moving, true);
138 dma_fence_put(bo->moving);
139 bo->moving = NULL;
198 struct dma_fence *moving = dma_fence_get(bo->moving);
211 if (bo->moving != moving) {
216 dma_fence_put(moving);