Searched refs:cursor_end (Results 1 – 3 of 3) sorted by relevance
162 int cursor_end, frame_end; in radeon_cursor_move_locked() local164 cursor_end = x - xorigin + w; in radeon_cursor_move_locked()166 if (cursor_end >= frame_end) { in radeon_cursor_move_locked()167 w = w - (cursor_end - frame_end); in radeon_cursor_move_locked()171 if (!(cursor_end & 0x7f)) in radeon_cursor_move_locked()176 cursor_end = x - xorigin + w; in radeon_cursor_move_locked()177 if (!(cursor_end & 0x7f)) { in radeon_cursor_move_locked()
67 u8 cursor_end; member
92 u8 cursor_end; member