Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/ttm/
H A Dttm_lock.c43 #define TTM_VT_LOCK (1 << 3) macro
212 if (unlikely(!(lock->flags & TTM_VT_LOCK))) in __ttm_vt_unlock()
214 lock->flags &= ~TTM_VT_LOCK; in __ttm_vt_unlock()
239 lock->flags |= TTM_VT_LOCK; in __ttm_vt_lock()