Home
last modified time | relevance | path

Searched refs:cursor_height (Results 1 – 5 of 5) sorted by relevance

/NextBSD/sys/dev/drm2/radeon/
HDradeon_cursor.c198 radeon_crtc->cursor_height = height; in radeon_crtc_cursor_set()
291 ((w - 1) << 16) | (radeon_crtc->cursor_height - 1)); in radeon_crtc_cursor_move()
296 ((w - 1) << 16) | (radeon_crtc->cursor_height - 1)); in radeon_crtc_cursor_move()
HDradeon_mode.h309 int cursor_height; member
/NextBSD/sys/dev/syscons/
HDscgfbrndr.c234 scp->cursor_height = height; in gfb_cursor_shape()
/NextBSD/sys/dev/drm2/i915/
HDintel_drv.h193 int16_t cursor_width, cursor_height; member
HDintel_display.c5104 if (y + intel_crtc->cursor_height < 0) in intel_crtc_update_cursor()
5219 intel_crtc->cursor_height = height; in intel_crtc_cursor_set()