Home
last modified time | relevance | path

Searched refs:DMA_FENCE_FLAG_SIGNALED_BIT (Results 1 – 18 of 18) sorted by relevance

/kernel/linux/linux-5.10/drivers/dma-buf/
Ddma-fence.c337 if (unlikely(test_and_set_bit(DMA_FENCE_FLAG_SIGNALED_BIT, in dma_fence_signal_locked()
446 !test_bit(DMA_FENCE_FLAG_SIGNALED_BIT, &fence->flags), in dma_fence_release()
495 if (test_bit(DMA_FENCE_FLAG_SIGNALED_BIT, &fence->flags)) in __dma_fence_enable_signaling()
522 if (test_bit(DMA_FENCE_FLAG_SIGNALED_BIT, &fence->flags)) in dma_fence_enable_sw_signaling()
565 if (test_bit(DMA_FENCE_FLAG_SIGNALED_BIT, &fence->flags)) { in dma_fence_add_callback()
680 if (test_bit(DMA_FENCE_FLAG_SIGNALED_BIT, &fence->flags)) in dma_fence_default_wait()
702 while (!test_bit(DMA_FENCE_FLAG_SIGNALED_BIT, &fence->flags) && ret > 0) { in dma_fence_default_wait()
734 if (test_bit(DMA_FENCE_FLAG_SIGNALED_BIT, &fence->flags)) { in dma_fence_test_signaled_any()
Ddma-resv.c379 if (test_bit(DMA_FENCE_FLAG_SIGNALED_BIT, in dma_resv_copy_fences()
548 if (fence && !test_bit(DMA_FENCE_FLAG_SIGNALED_BIT, &fence->flags)) { in dma_resv_wait_timeout_rcu()
570 if (test_bit(DMA_FENCE_FLAG_SIGNALED_BIT, in dma_resv_wait_timeout_rcu()
613 if (!test_bit(DMA_FENCE_FLAG_SIGNALED_BIT, &lfence->flags)) { in dma_resv_test_signaled_single()
Dst-dma-fence.c57 if (test_bit(DMA_FENCE_FLAG_SIGNALED_BIT, &f->flags)) in mock_wait()
Dsync_file.c388 while (test_bit(DMA_FENCE_FLAG_SIGNALED_BIT, &fence->flags) && in sync_fill_fence_info()
/kernel/linux/linux-5.10/include/linux/
Ddma-fence.h99 DMA_FENCE_FLAG_SIGNALED_BIT, enumerator
401 if (test_bit(DMA_FENCE_FLAG_SIGNALED_BIT, &fence->flags)) in dma_fence_is_signaled_locked()
431 if (test_bit(DMA_FENCE_FLAG_SIGNALED_BIT, &fence->flags)) in dma_fence_is_signaled()
545 WARN_ON(test_bit(DMA_FENCE_FLAG_SIGNALED_BIT, &fence->flags)); in dma_fence_set_error()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
Dintel_breadcrumbs.c159 return !test_and_set_bit(DMA_FENCE_FLAG_SIGNALED_BIT, &fence->flags); in __dma_fence_signal()
413 GEM_BUG_ON(test_bit(DMA_FENCE_FLAG_SIGNALED_BIT, &rq->fence.flags)); in insert_breadcrumb()
429 if (test_bit(DMA_FENCE_FLAG_SIGNALED_BIT, &rq->fence.flags)) in i915_request_enable_breadcrumb()
Dintel_engine_cs.c1330 test_bit(DMA_FENCE_FLAG_SIGNALED_BIT, in print_request()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/
Di915_gem_wait.c22 if (test_bit(DMA_FENCE_FLAG_SIGNALED_BIT, &fence->flags)) in i915_gem_object_wait_fence()
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
Dvmwgfx_fence.c188 if (test_bit(DMA_FENCE_FLAG_SIGNALED_BIT, &f->flags)) in vmw_fence_wait()
213 if (test_bit(DMA_FENCE_FLAG_SIGNALED_BIT, &f->flags)) { in vmw_fence_wait()
517 if (test_bit(DMA_FENCE_FLAG_SIGNALED_BIT, &fence->base.flags)) in vmw_fence_obj_signaled()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/selftests/
Di915_active.c328 GEM_BUG_ON(!test_bit(DMA_FENCE_FLAG_SIGNALED_BIT, &fence->flags)); in active_flush()
Di915_request.c400 if (!test_bit(DMA_FENCE_FLAG_SIGNALED_BIT, in __igt_breadcrumbs_smoketest()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
Di915_request.h377 return test_bit(DMA_FENCE_FLAG_SIGNALED_BIT, &rq->fence.flags); in i915_request_signaled()
Di915_request.c76 if (test_bit(DMA_FENCE_FLAG_SIGNALED_BIT, &fence->flags)) in i915_fence_get_timeline_name()
1281 if (test_bit(DMA_FENCE_FLAG_SIGNALED_BIT, &fence->flags)) in i915_request_await_execution()
1380 if (test_bit(DMA_FENCE_FLAG_SIGNALED_BIT, &fence->flags)) in i915_request_await_dma_fence()
Di915_active.c1067 GEM_BUG_ON(test_bit(DMA_FENCE_FLAG_SIGNALED_BIT, &fence->flags)); in __i915_active_fence_set()
Di915_gpu_error.c476 test_bit(DMA_FENCE_FLAG_SIGNALED_BIT, in error_print_request()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/
Dnouveau_fence.c252 if (test_bit(DMA_FENCE_FLAG_SIGNALED_BIT, &fence->base.flags)) in nouveau_fence_done()
/kernel/linux/linux-5.10/drivers/gpu/drm/etnaviv/
Detnaviv_gem.c443 if (!test_bit(DMA_FENCE_FLAG_SIGNALED_BIT, &fence->flags)) in etnaviv_gem_describe_fence()
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
Dradeon_fence.c1062 return test_bit(DMA_FENCE_FLAG_SIGNALED_BIT, &fence->base.flags); in radeon_test_signaled()