Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/radeon/
Dradeon_cursor.c181 int cursor_end, frame_end; in radeon_cursor_move_locked() local
183 cursor_end = x - xorigin + w; in radeon_cursor_move_locked()
185 if (cursor_end >= frame_end) { in radeon_cursor_move_locked()
186 w = w - (cursor_end - frame_end); in radeon_cursor_move_locked()
190 if (!(cursor_end & 0x7f)) in radeon_cursor_move_locked()
195 cursor_end = x - xorigin + w; in radeon_cursor_move_locked()
196 if (!(cursor_end & 0x7f)) { in radeon_cursor_move_locked()
/linux-4.4.14/drivers/video/fbdev/
Dbw2.c67 u8 cursor_end; member
Dcg3.c92 u8 cursor_end; member