Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/radeon/
H A Dradeon_cursor.c39 cur_lock |= EVERGREEN_CURSOR_UPDATE_LOCK; in radeon_lock_cursor()
41 cur_lock &= ~EVERGREEN_CURSOR_UPDATE_LOCK; in radeon_lock_cursor()
H A Devergreen_reg.h193 # define EVERGREEN_CURSOR_UPDATE_LOCK (1 << 16) macro