Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/radeon/
H A Dradeon_cursor.c188 int cursor_end, frame_end; in radeon_cursor_move_locked() local
191 frame_end = crtc->x + crtc->mode.crtc_hdisplay; in radeon_cursor_move_locked()
192 if (cursor_end >= frame_end) { in radeon_cursor_move_locked()
193 w = w - (cursor_end - frame_end); in radeon_cursor_move_locked()
194 if (!(frame_end & 0x7f)) in radeon_cursor_move_locked()