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

/openbsd-current/sys/dev/pci/drm/radeon/
H A Dradeon_cursor.c209 if (x <= (crtc->x - w) || y <= (crtc->y - radeon_crtc->cursor_height) ||
221 ((w - 1) << 16) | (radeon_crtc->cursor_height - 1));
226 ((w - 1) << 16) | (radeon_crtc->cursor_height - 1));
329 height != radeon_crtc->cursor_height ||
338 radeon_crtc->cursor_height = height;
H A Dradeon_mode.h332 int cursor_height; member in struct:radeon_crtc
H A Dradeon_display.c710 dev->mode_config.cursor_height = radeon_crtc->max_cursor_height;
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn32/
H A Ddcn32_hubp.c119 uint32_t cursor_height = attr->height; local
120 uint32_t cursor_size = cursor_width * cursor_height;
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn10/
H A Ddcn10_dpp.c445 int cursor_height = (int)height; local
451 swap(cursor_height, cursor_width);
461 src_y_offset = y_pos - (cursor_height - y_hotspot);
468 src_y_offset = y_pos - (cursor_height - y_hotspot);
480 if (src_y_offset + cursor_height <= 0)
H A Ddcn10_hubp.c1188 int cursor_height = (int)hubp->curs_attr.height; local
1207 swap(cursor_height, cursor_width);
1217 src_y_offset = y_pos - (cursor_height - y_hotspot);
1224 src_y_offset = y_pos - (cursor_height - y_hotspot);
1247 if (src_y_offset + cursor_height <= 0)
/openbsd-current/sys/dev/pci/drm/i915/display/
H A Dintel_display_driver.c149 mode_config->cursor_height = 1023;
153 mode_config->cursor_height = 64;
156 mode_config->cursor_height = 256;
H A Dintel_cursor.c76 height > 0 && height <= config->cursor_height;
/openbsd-current/sys/dev/pci/drm/include/drm/
H A Ddrm_mode_config.h355 * @cursor_height: hint to userspace for max cursor height
946 uint32_t cursor_width, cursor_height; member in struct:drm_mode_config
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn20/
H A Ddcn20_hubp.c982 int cursor_height = (int)hubp->curs_attr.height; local
1001 swap(cursor_height, cursor_width);
1011 src_y_offset = y_pos - (cursor_height - y_hotspot);
1018 src_y_offset = y_pos - (cursor_height - y_hotspot);
1041 if (src_y_offset + cursor_height <= 0)
/openbsd-current/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_mode.h381 int cursor_height; member in struct:amdgpu_crtc
H A Ddce_v11_0.c2429 ((amdgpu_crtc->cursor_width - 1) << 16) | (amdgpu_crtc->cursor_height - 1));
2497 height != amdgpu_crtc->cursor_height ||
2508 amdgpu_crtc->cursor_height = height;
2816 adev_to_drm(adev)->mode_config.cursor_height = amdgpu_crtc->max_cursor_height;
H A Ddce_v10_0.c2345 ((amdgpu_crtc->cursor_width - 1) << 16) | (amdgpu_crtc->cursor_height - 1));
2413 height != amdgpu_crtc->cursor_height ||
2424 amdgpu_crtc->cursor_height = height;
2703 adev_to_drm(adev)->mode_config.cursor_height = amdgpu_crtc->max_cursor_height;
H A Ddce_v8_0.c2250 ((amdgpu_crtc->cursor_width - 1) << 16) | (amdgpu_crtc->cursor_height - 1));
2318 height != amdgpu_crtc->cursor_height ||
2329 amdgpu_crtc->cursor_height = height;
2615 adev_to_drm(adev)->mode_config.cursor_height = amdgpu_crtc->max_cursor_height;
H A Ddce_v6_0.c2251 ((w - 1) << 16) | (amdgpu_crtc->cursor_height - 1));
2319 height != amdgpu_crtc->cursor_height ||
2330 amdgpu_crtc->cursor_height = height;
2604 adev_to_drm(adev)->mode_config.cursor_height = amdgpu_crtc->max_cursor_height;
/openbsd-current/sys/dev/pci/drm/
H A Ddrm_ioctl.c304 if (dev->mode_config.cursor_height)
305 req->value = dev->mode_config.cursor_height;
/openbsd-current/sys/dev/pci/drm/amd/display/dmub/inc/
H A Ddmub_cmd.h1229 uint16_t cursor_height; /**< Cursor height in pixels */ member in struct:dmub_rb_cmd_mall
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn30/
H A Ddcn30_hwseq.c845 cmd.mall.cursor_height = cursor_attr.height;
/openbsd-current/sys/dev/pci/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_plane.c1261 amdgpu_crtc->cursor_height = plane->state->crtc_h;
H A Damdgpu_dm.c1845 adev_to_drm(adev)->mode_config.cursor_height = adev->dm.dc->caps.max_cursor_size;

Completed in 402 milliseconds