Searched refs:DMA_FENCE_FLAG_USER_BITS (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/gpu/drm/xe/
H A Dxe_sched_job_types.h29 #define JOB_FLAG_SUBMIT DMA_FENCE_FLAG_USER_BITS
/linux-master/drivers/gpu/drm/i915/
H A Di915_sw_fence_work.h36 DMA_FENCE_WORK_IMM = DMA_FENCE_FLAG_USER_BITS,
H A Di915_request.h83 I915_FENCE_FLAG_ACTIVE = DMA_FENCE_FLAG_USER_BITS,
/linux-master/include/drm/
H A Dgpu_scheduler.h42 #define DRM_SCHED_FENCE_DONT_PIPELINE DMA_FENCE_FLAG_USER_BITS
51 #define DRM_SCHED_FENCE_FLAG_HAS_DEADLINE_BIT (DMA_FENCE_FLAG_USER_BITS + 1)
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_fence.c62 if (test_bit(DMA_FENCE_FLAG_USER_BITS, &fence->base.flags)) {
542 set_bit(DMA_FENCE_FLAG_USER_BITS, &fence->base.flags);
/linux-master/include/linux/
H A Ddma-fence.h53 * DMA_FENCE_FLAG_USER_BITS - start of the unused bits, can be used by the
103 DMA_FENCE_FLAG_USER_BITS, /* must always be last member */ enumerator in enum:dma_fence_flag_bits
/linux-master/drivers/dma-buf/
H A Dsw_sync.c81 #define SW_SYNC_HAS_DEADLINE_BIT DMA_FENCE_FLAG_USER_BITS

Completed in 102 milliseconds