Searched refs:DMA_FENCE_FLAG_ENABLE_SIGNAL_BIT (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/dma-buf/
H A Ddma-fence.c140 set_bit(DMA_FENCE_FLAG_ENABLE_SIGNAL_BIT,
170 set_bit(DMA_FENCE_FLAG_ENABLE_SIGNAL_BIT,
585 was_set = test_and_set_bit(DMA_FENCE_FLAG_ENABLE_SIGNAL_BIT,
/linux-master/include/linux/
H A Ddma-fence.h52 * DMA_FENCE_FLAG_ENABLE_SIGNAL_BIT - enable_signaling might have been called
62 * DMA_FENCE_FLAG_ENABLE_SIGNAL_BIT closes this race, and makes sure that
102 DMA_FENCE_FLAG_ENABLE_SIGNAL_BIT, enumerator in enum:dma_fence_flag_bits
/linux-master/drivers/gpu/drm/i915/
H A Di915_request.c691 if (test_bit(DMA_FENCE_FLAG_ENABLE_SIGNAL_BIT, &request->fence.flags))
732 if (test_bit(DMA_FENCE_FLAG_ENABLE_SIGNAL_BIT, &request->fence.flags))
2176 if (test_bit(DMA_FENCE_FLAG_ENABLE_SIGNAL_BIT, &rq->fence.flags))
H A Di915_gpu_error.c495 test_bit(DMA_FENCE_FLAG_ENABLE_SIGNAL_BIT,
/linux-master/drivers/gpu/drm/xe/
H A Dxe_vm.c186 (q->compute.pfence && test_bit(DMA_FENCE_FLAG_ENABLE_SIGNAL_BIT,

Completed in 136 milliseconds