Home
last modified time | relevance | path

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

/NextBSD/sys/dev/drm2/
HDdrm_crtc.h334 int (*cursor_move)(struct drm_crtc *crtc, int x, int y); member
HDdrm_crtc.c2081 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()
/NextBSD/sys/dev/drm2/radeon/
HDradeon_display.c501 .cursor_move = radeon_crtc_cursor_move,
/NextBSD/sys/dev/drm2/i915/
HDintel_display.c6374 .cursor_move = intel_crtc_cursor_move,