Searched refs:_DRM_LOCK_FLUSH (Results 1 – 3 of 3) sorted by relevance
1047 (lock->flags & _DRM_LOCK_FLUSH) ? "flush, " : "", in mga_dma_flush()1053 if (lock->flags & (_DRM_LOCK_FLUSH | _DRM_LOCK_FLUSH_ALL)) in mga_dma_flush()
282 _DRM_LOCK_FLUSH = 0x04, /**< Flush this context's DMA queue first */ enumerator