Searched refs:cursor_move (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_crtc.h307 * @cursor_move: move the cursor
334 int (*cursor_move)(struct drm_crtc *crtc, int x, int y); member in struct:drm_crtc_funcs
H A Ddrm_crtc.c2081 if (crtc->funcs->cursor_move) {
2082 ret = crtc->funcs->cursor_move(crtc, req->x, req->y);
/freebsd-11-stable/sys/arm/nvidia/drm2/
H A Dtegra_dc.c1094 .cursor_move = dc_cursor_move,
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_display.c501 .cursor_move = radeon_crtc_cursor_move,
/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_display.c8316 .cursor_move = intel_crtc_cursor_move,

Completed in 444 milliseconds