Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/radeon/
Dradeon_cursor.c162 int cursor_end, frame_end; in radeon_cursor_move_locked() local
164 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()
/linux-4.1.27/drivers/video/fbdev/
Dbw2.c67 u8 cursor_end; member
Dcg3.c92 u8 cursor_end; member