Searched refs:cursor_move (Results 1 – 5 of 5) sorted by relevance
334 int (*cursor_move)(struct drm_crtc *crtc, int x, int y); member
2081 if (crtc->funcs->cursor_move) { in drm_mode_cursor_ioctl()2082 ret = crtc->funcs->cursor_move(crtc, req->x, req->y); in drm_mode_cursor_ioctl()
1094 .cursor_move = dc_cursor_move,
501 .cursor_move = radeon_crtc_cursor_move,
8316 .cursor_move = intel_crtc_cursor_move,