Home
last modified time | relevance | path

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

/drivers/gpu/drm/radeon/
Dradeon_cursor.c188 int cursor_end, frame_end; in radeon_cursor_move_locked() local
190 cursor_end = x + w; 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()
196 } else if (cursor_end <= 0) { in radeon_cursor_move_locked()
198 } else if (!(cursor_end & 0x7f)) { in radeon_cursor_move_locked()
/drivers/video/fbdev/
Dbw2.c67 u8 cursor_end; member
Dcg3.c92 u8 cursor_end; member