Searched refs:DMA_FENCE_FLAG_TIMESTAMP_BIT (Results 1 - 6 of 6) sorted by relevance

/linux-master/include/linux/
H A Ddma-fence.h51 * DMA_FENCE_FLAG_TIMESTAMP_BIT - timestamp recorded for fence signaling
101 DMA_FENCE_FLAG_TIMESTAMP_BIT, enumerator in enum:dma_fence_flag_bits
600 while (!test_bit(DMA_FENCE_FLAG_TIMESTAMP_BIT, &fence->flags))
/linux-master/drivers/dma-buf/
H A Dsync_debug.c78 if (test_bit(DMA_FENCE_FLAG_TIMESTAMP_BIT, &fence->flags)) {
H A Ddma-fence.c383 set_bit(DMA_FENCE_FLAG_TIMESTAMP_BIT, &fence->flags);
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_breadcrumbs.c139 set_bit(DMA_FENCE_FLAG_TIMESTAMP_BIT, &fence->flags);
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ctx.c179 if (!test_bit(DMA_FENCE_FLAG_TIMESTAMP_BIT, &s_fence->scheduled.flags))
183 if (!test_bit(DMA_FENCE_FLAG_TIMESTAMP_BIT, &s_fence->finished.flags))
/linux-master/drivers/gpu/drm/scheduler/
H A Dsched_main.c1095 if (test_bit(DMA_FENCE_FLAG_TIMESTAMP_BIT,

Completed in 151 milliseconds