Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/radeon/
Dradeon_cursor.c314 if (hot_x != radeon_crtc->cursor_hot_x || in radeon_crtc_cursor_set2()
318 x = radeon_crtc->cursor_x + radeon_crtc->cursor_hot_x - hot_x; in radeon_crtc_cursor_set2()
323 radeon_crtc->cursor_hot_x = hot_x; in radeon_crtc_cursor_set2()
Dradeon_mode.h338 int cursor_hot_x; member