HomeSort by: relevance | last modified time | path
    Searched refs:hot_y (Results 1 - 19 of 19) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/vboxvideo/
hgsmi_base.c 112 * @hot_y: Vertical position of the hot spot.
119 u32 hot_x, u32 hot_y, u32 width, u32 height,
151 p->hot_y = hot_y;
vboxvideo_guest.h 37 u32 hot_x, u32 hot_y, u32 width, u32 height,
vboxvideo.h 325 u32 hot_y; member in struct:vbva_mouse_pointer_shape
vbox_mode.c 440 min_t(u32, max(fb->hot_y, 0), height),
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_cursor.c 287 int32_t hot_y)
336 hot_y != radeon_crtc->cursor_hot_y) {
340 y = radeon_crtc->cursor_y + radeon_crtc->cursor_hot_y - hot_y;
345 radeon_crtc->cursor_hot_y = hot_y;
radeon_mode.h 875 int32_t hot_y);
  /src/sys/external/bsd/drm2/dist/drm/virtio/
virtgpu_plane.c 284 plane->state->fb ? plane->state->fb->hot_y : 0);
291 output->cursor.hot_y =
292 cpu_to_le32(plane->state->fb->hot_y);
295 output->cursor.hot_y = cpu_to_le32(0);
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_framebuffer.h 200 * @hot_y: Y coordinate of the cursor hotspot. Used by the legacy cursor
204 int hot_y; member in struct:drm_framebuffer
drm_crtc.h 452 int32_t hot_x, int32_t hot_y);
  /src/sys/external/bsd/drm2/dist/drm/
drm_plane.c 884 fb->hot_y = req->hot_y;
985 req->width, req->height, req->hot_x, req->hot_y);
1021 new_req.hot_x = new_req.hot_y = 0;
  /src/sys/dev/pci/
viogpu.h 157 __le32 hot_y; /* update only */ member in struct:virtio_gpu_update_cursor
  /src/sys/external/bsd/drm2/dist/drm/qxl/
qxl_display.c 524 cmd->u.set.position.y = plane->state->crtc_y + fb->hot_y;
641 cursor->header.hot_spot_y = fb->hot_y;
670 cmd->u.position.y = plane->state->crtc_y + fb->hot_y;
  /src/sys/arch/arm/broadcom/
bcm283x_platform.c 605 static int cursor_x = 0, cursor_y = 0, hot_x = 0, hot_y = 0, cursor_on = 0; variable in typeref:typename:int
1103 hot_y = cur->hot.y;
1150 rpi_fb_initcursor(pcursor, hot_x, hot_y);
  /src/sys/external/bsd/drm2/dist/include/uapi/drm/
drm_mode.h 613 __s32 hot_y; member in struct:drm_mode_cursor2
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_dce_v10_0.c 2383 int32_t hot_y)
2430 hot_y != amdgpu_crtc->cursor_hot_y) {
2434 y = amdgpu_crtc->cursor_y + amdgpu_crtc->cursor_hot_y - hot_y;
2441 amdgpu_crtc->cursor_hot_y = hot_y;
amdgpu_dce_v11_0.c 2462 int32_t hot_y)
2509 hot_y != amdgpu_crtc->cursor_hot_y) {
2513 y = amdgpu_crtc->cursor_y + amdgpu_crtc->cursor_hot_y - hot_y;
2520 amdgpu_crtc->cursor_hot_y = hot_y;
amdgpu_dce_v6_0.c 2278 int32_t hot_y)
2325 hot_y != amdgpu_crtc->cursor_hot_y) {
2329 y = amdgpu_crtc->cursor_y + amdgpu_crtc->cursor_hot_y - hot_y;
2336 amdgpu_crtc->cursor_hot_y = hot_y;
amdgpu_dce_v8_0.c 2284 int32_t hot_y)
2331 hot_y != amdgpu_crtc->cursor_hot_y) {
2335 y = amdgpu_crtc->cursor_y + amdgpu_crtc->cursor_hot_y - hot_y;
2342 amdgpu_crtc->cursor_hot_y = hot_y;
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_kms.c 397 hotspot_y += plane->state->fb->hot_y;

Completed in 36 milliseconds