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

/freebsd-10.0-release/sys/dev/drm2/radeon/
H A Dradeon_cursor.c198 radeon_crtc->cursor_height = height;
291 ((w - 1) << 16) | (radeon_crtc->cursor_height - 1));
296 ((w - 1) << 16) | (radeon_crtc->cursor_height - 1));
H A Dradeon_mode.h309 int cursor_height; member in struct:radeon_crtc
/freebsd-10.0-release/sys/dev/syscons/
H A Dscgfbrndr.c234 scp->cursor_height = height;
/freebsd-10.0-release/sys/dev/drm2/i915/
H A Dintel_drv.h173 int16_t cursor_width, cursor_height; member in struct:intel_crtc
H A Dintel_display.c6490 if (y + intel_crtc->cursor_height < 0)
6608 intel_crtc->cursor_height = height;

Completed in 200 milliseconds