Searched refs:cursor_move (Results 1 – 4 of 4) 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()
501 .cursor_move = radeon_crtc_cursor_move,
6374 .cursor_move = intel_crtc_cursor_move,