Searched refs:cursor_end (Results 1 – 3 of 3) sorted by relevance
190 int cursor_end, frame_end; in radeon_cursor_move_locked() local192 cursor_end = x + w; in radeon_cursor_move_locked()194 if (cursor_end >= frame_end) { in radeon_cursor_move_locked()195 w = w - (cursor_end - frame_end); in radeon_cursor_move_locked()198 } else if (cursor_end <= 0) { in radeon_cursor_move_locked()200 } else if (!(cursor_end & 0x7f)) { in radeon_cursor_move_locked()
62 u8 cursor_end; member
87 u8 cursor_end; member