Searched refs:_DRM_LOCK_FLUSH (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/dev/drm2/
H A Ddrm.h276 _DRM_LOCK_FLUSH = 0x04, /**< Flush this context's DMA queue first */ enumerator in enum:drm_lock_flags
/freebsd-12-stable/sys/dev/drm/
H A Dmga_dma.c1049 (lock->flags & _DRM_LOCK_FLUSH) ? "flush, " : "",
1055 if (lock->flags & (_DRM_LOCK_FLUSH | _DRM_LOCK_FLUSH_ALL)) {
H A Ddrm.h330 _DRM_LOCK_FLUSH = 0x04, /**< Flush this context's DMA queue first */ enumerator in enum:drm_lock_flags

Completed in 111 milliseconds