Home
last modified time | relevance | path

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

/openbmc/linux/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)
/openbmc/linux/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,
/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_fence.c62 if (test_bit(DMA_FENCE_FLAG_USER_BITS, &fence->base.flags)) { in nouveau_fence_signal()
544 set_bit(DMA_FENCE_FLAG_USER_BITS, &fence->base.flags); in nouveau_fence_enable_signaling()
/openbmc/linux/include/linux/
H A Ddma-fence.h102 DMA_FENCE_FLAG_USER_BITS, /* must always be last member */ enumerator