Home
last modified time | relevance | path

Searched refs:cursor_out_of_bounds (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/radeon/
Dradeon_cursor.c93 if (radeon_crtc->cursor_out_of_bounds) in radeon_show_cursor()
246 if (radeon_crtc->cursor_out_of_bounds) { in radeon_cursor_move_locked()
247 radeon_crtc->cursor_out_of_bounds = false; in radeon_cursor_move_locked()
255 if (!radeon_crtc->cursor_out_of_bounds) { in radeon_cursor_move_locked()
257 radeon_crtc->cursor_out_of_bounds = true; in radeon_cursor_move_locked()
Dradeon_mode.h333 bool cursor_out_of_bounds; member