Home
last modified time | relevance | path

Searched refs:DMA_FENCE_FLAG_TIMESTAMP_BIT (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/linux/
H A Ddma-fence.h100 DMA_FENCE_FLAG_TIMESTAMP_BIT, enumerator
599 while (!test_bit(DMA_FENCE_FLAG_TIMESTAMP_BIT, &fence->flags)) in dma_fence_timestamp()
/openbmc/linux/drivers/dma-buf/
H A Dsync_debug.c78 if (test_bit(DMA_FENCE_FLAG_TIMESTAMP_BIT, &fence->flags)) { in sync_print_fence()
H A Ddma-fence.c383 set_bit(DMA_FENCE_FLAG_TIMESTAMP_BIT, &fence->flags); in dma_fence_signal_timestamp_locked()
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ctx.c178 if (!test_bit(DMA_FENCE_FLAG_TIMESTAMP_BIT, &s_fence->scheduled.flags)) in amdgpu_ctx_fence_time()
182 if (!test_bit(DMA_FENCE_FLAG_TIMESTAMP_BIT, &s_fence->finished.flags)) in amdgpu_ctx_fence_time()
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dintel_breadcrumbs.c134 set_bit(DMA_FENCE_FLAG_TIMESTAMP_BIT, &fence->flags); in __dma_fence_signal__timestamp()