Home
last modified time | relevance | path

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

/drivers/gpu/drm/ttm/
Dttm_lock.c42 #define TTM_VT_LOCK (1 << 3) macro
194 if (unlikely(!(lock->flags & TTM_VT_LOCK))) in __ttm_vt_unlock()
196 lock->flags &= ~TTM_VT_LOCK; in __ttm_vt_unlock()
221 lock->flags |= TTM_VT_LOCK; in __ttm_vt_lock()