Searched refs:frame_end (Results 1 – 1 of 1) sorted by relevance
188 int cursor_end, frame_end; in radeon_cursor_move_locked() local191 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()