Home
last modified time | relevance | path

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

/linux/include/linux/
H A Ddma-fence.h100 DMA_FENCE_FLAG_SIGNALED_BIT, enumerator
422 if (test_bit(DMA_FENCE_FLAG_SIGNALED_BIT, &fence->flags)) in dma_fence_is_signaled_locked()
452 if (test_bit(DMA_FENCE_FLAG_SIGNALED_BIT, &fence->flags)) in dma_fence_is_signaled()
581 WARN_ON(test_bit(DMA_FENCE_FLAG_SIGNALED_BIT, &fence->flags)); in dma_fence_set_error()
597 if (WARN_ON(!test_bit(DMA_FENCE_FLAG_SIGNALED_BIT, &fence->flags))) in dma_fence_timestamp()
/linux/drivers/dma-buf/
H A Ddma-fence.c375 if (unlikely(test_and_set_bit(DMA_FENCE_FLAG_SIGNALED_BIT, in dma_fence_signal_timestamp_locked()
539 !test_bit(DMA_FENCE_FLAG_SIGNALED_BIT, &fence->flags), in dma_fence_release()
588 if (test_bit(DMA_FENCE_FLAG_SIGNALED_BIT, &fence->flags)) in __dma_fence_enable_signaling()
652 if (test_bit(DMA_FENCE_FLAG_SIGNALED_BIT, &fence->flags)) { in dma_fence_add_callback()
769 if (test_bit(DMA_FENCE_FLAG_SIGNALED_BIT, &fence->flags)) in dma_fence_default_wait()
786 while (!test_bit(DMA_FENCE_FLAG_SIGNALED_BIT, &fence->flags) && ret > 0) { in dma_fence_default_wait()
818 if (test_bit(DMA_FENCE_FLAG_SIGNALED_BIT, &fence->flags)) { in dma_fence_test_signaled_any()
H A Dst-dma-fence.c57 if (test_bit(DMA_FENCE_FLAG_SIGNALED_BIT, &f->flags)) in mock_wait()
/linux/drivers/gpu/drm/i915/gt/
H A Dintel_breadcrumbs.c132 return !test_and_set_bit(DMA_FENCE_FLAG_SIGNALED_BIT, &fence->flags); in __dma_fence_signal()
398 GEM_BUG_ON(test_bit(DMA_FENCE_FLAG_SIGNALED_BIT, &rq->fence.flags)); in insert_breadcrumb()
415 if (test_bit(DMA_FENCE_FLAG_SIGNALED_BIT, &rq->fence.flags)) in i915_request_enable_breadcrumb()
/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_wait.c24 if (test_bit(DMA_FENCE_FLAG_SIGNALED_BIT, &fence->flags)) in i915_gem_object_wait_fence()
/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_fence.c194 if (test_bit(DMA_FENCE_FLAG_SIGNALED_BIT, &f->flags)) in vmw_fence_wait()
219 if (test_bit(DMA_FENCE_FLAG_SIGNALED_BIT, &f->flags)) { in vmw_fence_wait()
511 if (test_bit(DMA_FENCE_FLAG_SIGNALED_BIT, &fence->base.flags)) in vmw_fence_obj_signaled()
/linux/drivers/gpu/drm/xe/
H A Dxe_exec_queue.c898 test_bit(DMA_FENCE_FLAG_SIGNALED_BIT, &q->last_fence->flags)) in xe_exec_queue_last_fence_get()
925 test_bit(DMA_FENCE_FLAG_SIGNALED_BIT, &q->last_fence->flags)) in xe_exec_queue_last_fence_get_for_resume()
966 err = test_bit(DMA_FENCE_FLAG_SIGNALED_BIT, &fence->flags) ? in xe_exec_queue_last_fence_test_dep()
H A Dxe_sched_job.c190 signaled = test_bit(DMA_FENCE_FLAG_SIGNALED_BIT, &fence->flags); in xe_fence_set_error()
H A Dxe_pt.c1031 if (fence && !test_bit(DMA_FENCE_FLAG_SIGNALED_BIT, in no_in_syncs()
H A Dxe_guc_submit.c1045 if (test_bit(DMA_FENCE_FLAG_SIGNALED_BIT, &job->fence->flags)) { in guc_exec_queue_timedout_job()
/linux/drivers/gpu/drm/i915/
H A Di915_request.c78 if (test_bit(DMA_FENCE_FLAG_SIGNALED_BIT, &fence->flags)) in i915_fence_get_timeline_name()
1422 if (test_bit(DMA_FENCE_FLAG_SIGNALED_BIT, &fence->flags)) in i915_request_await_execution()
1524 if (test_bit(DMA_FENCE_FLAG_SIGNALED_BIT, &fence->flags)) in i915_request_await_dma_fence()
2173 if (test_bit(DMA_FENCE_FLAG_SIGNALED_BIT, &rq->fence.flags)) in fence_status()
H A Di915_request.h457 return test_bit(DMA_FENCE_FLAG_SIGNALED_BIT, &rq->fence.flags); in i915_request_signaled()
H A Di915_active.c1053 GEM_BUG_ON(test_bit(DMA_FENCE_FLAG_SIGNALED_BIT, &fence->flags)); in __i915_active_fence_set()
H A Di915_gpu_error.c494 test_bit(DMA_FENCE_FLAG_SIGNALED_BIT, in error_print_request()
/linux/drivers/gpu/drm/i915/selftests/
H A Di915_active.c329 GEM_BUG_ON(!test_bit(DMA_FENCE_FLAG_SIGNALED_BIT, &fence->flags)); in active_flush()
H A Di915_request.c423 if (!test_bit(DMA_FENCE_FLAG_SIGNALED_BIT, in __igt_breadcrumbs_smoketest()
/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_fence.c268 if (test_bit(DMA_FENCE_FLAG_SIGNALED_BIT, &fence->base.flags)) in nouveau_fence_done()
/linux/drivers/gpu/drm/radeon/
H A Dradeon_fence.c1035 return test_bit(DMA_FENCE_FLAG_SIGNALED_BIT, &fence->base.flags); in radeon_test_signaled()