Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/radeon/
H A Dradeon_cursor.c190 int cursor_end, frame_end; in radeon_cursor_move_locked() local
192 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()
/linux/drivers/video/fbdev/
H A Dbw2.c62 u8 cursor_end; member
H A Dcg3.c87 u8 cursor_end; member