Home
last modified time | relevance | path

Searched refs:cursor_move (Results 1 – 6 of 6) sorted by relevance

/dragonfly/sys/dev/drm/include/drm/
H A Ddrm_crtc.h356 int (*cursor_move)(struct drm_crtc *crtc, int x, int y); member
/dragonfly/sys/dev/drm/
H A Ddrm_plane.c859 if (crtc->funcs->cursor_move) { in drm_mode_cursor_common()
860 ret = crtc->funcs->cursor_move(crtc, req->x, req->y); in drm_mode_cursor_common()
/dragonfly/sys/dev/drm/amd/amdgpu/
H A Ddce_virtual.c119 .cursor_move = NULL,
H A Ddce_v10_0.c2455 .cursor_move = dce_v10_0_crtc_cursor_move,
H A Ddce_v11_0.c2534 .cursor_move = dce_v11_0_crtc_cursor_move,
/dragonfly/sys/dev/drm/radeon/
H A Dradeon_display.c660 .cursor_move = radeon_crtc_cursor_move,