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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/radeon/
H A Dradeon_cursor.c168 radeon_crtc->cursor_height = height;
257 ((w - 1) << 16) | (radeon_crtc->cursor_height - 1));
264 ((w - 1) << 16) | (radeon_crtc->cursor_height - 1));
H A Dradeon_mode.h276 int cursor_height; member in struct:radeon_crtc
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/i915/
H A Dintel_drv.h170 int16_t cursor_width, cursor_height; member in struct:intel_crtc
H A Dintel_display.c4210 if (y + intel_crtc->cursor_height < 0)
4320 intel_crtc->cursor_height = height;

Completed in 136 milliseconds