Home
last modified time | relevance | path

Searched refs:hot_y (Results 1 – 25 of 42) sorted by relevance

12

/openbmc/linux/drivers/gpu/drm/vboxvideo/
H A Dhgsmi_base.c118 u32 hot_x, u32 hot_y, u32 width, u32 height, in hgsmi_update_pointer_shape() argument
158 p->hot_y = hot_y; in hgsmi_update_pointer_shape()
H A Dvboxvideo_guest.h35 u32 hot_x, u32 hot_y, u32 width, u32 height,
H A Dvboxvideo.h323 u32 hot_y; member
/openbmc/linux/drivers/gpu/drm/radeon/
H A Dradeon_cursor.c282 int32_t hot_y) in radeon_crtc_cursor_set2() argument
331 hot_y != radeon_crtc->cursor_hot_y) { in radeon_crtc_cursor_set2()
335 y = radeon_crtc->cursor_y + radeon_crtc->cursor_hot_y - hot_y; in radeon_crtc_cursor_set2()
340 radeon_crtc->cursor_hot_y = hot_y; in radeon_crtc_cursor_set2()
/openbmc/linux/drivers/gpu/drm/virtio/
H A Dvirtgpu_plane.c337 plane->state->fb ? plane->state->fb->hot_y : 0); in virtio_gpu_cursor_plane_update()
344 output->cursor.hot_y = in virtio_gpu_cursor_plane_update()
345 cpu_to_le32(plane->state->fb->hot_y); in virtio_gpu_cursor_plane_update()
348 output->cursor.hot_y = cpu_to_le32(0); in virtio_gpu_cursor_plane_update()
/openbmc/qemu/ui/
H A Dspice-display.c273 ccmd->u.set.position.y = ssd->ptr_y + ssd->hot_y; in qemu_spice_create_cursor_update()
281 cursor->header.hot_spot_y = c->hot_y; in qemu_spice_create_cursor_update()
290 ccmd->u.position.y = ssd->ptr_y + ssd->hot_y; in qemu_spice_create_cursor_update()
774 ssd->hot_y = c->hot_y; in display_mouse_define()
977 uint32_t hot_x, uint32_t hot_y) in qemu_spice_gl_cursor_dmabuf() argument
984 ssd->hot_y = hot_y; in qemu_spice_gl_cursor_dmabuf()
H A Ddbus-listener.c546 uint32_t hot_x, uint32_t hot_y) in dbus_cursor_dmabuf() argument
588 hot_y, in dbus_cursor_dmabuf()
827 c->hot_y, in dbus_cursor_define()
H A Degl-headless.c105 uint32_t hot_x, uint32_t hot_y) in egl_cursor_dmabuf() argument
/openbmc/qemu/hw/vfio/
H A Ddisplay.c203 if (dmabuf->hot_x != plane->x_hot || dmabuf->hot_y != plane->y_hot) { in vfio_display_update_cursor()
205 dmabuf->hot_y = plane->y_hot; in vfio_display_update_cursor()
323 cursor->hot_y != 0xffffffff); in vfio_display_dmabuf_update()
325 cursor->hot_x, cursor->hot_y); in vfio_display_dmabuf_update()
/openbmc/qemu/include/ui/
H A Dconsole.h161 int hot_x, hot_y; member
257 uint32_t hot_x, uint32_t hot_y);
336 bool have_hot, uint32_t hot_x, uint32_t hot_y);
H A Dspice-display.h112 int16_t hot_x, hot_y; member
H A Dgtk.h184 uint32_t hot_x, uint32_t hot_y);
/openbmc/linux/include/drm/
H A Ddrm_framebuffer.h202 int hot_y; member
H A Ddrm_crtc.h460 int32_t hot_x, int32_t hot_y);
/openbmc/qemu/hw/display/
H A Dvhost-user-gpu.c51 uint32_t hot_y; member
139 s->current_cursor->hot_y = up->hot_y; in vhost_user_gpu_handle_cursor()
H A Dvmware_vga.c509 int hot_y; member
528 qc->hot_y = c->hot_y; in vmsvga_cursor_define()
691 cursor.hot_y = vmsvga_fifo_read(s); in vmsvga_fifo_run()
/openbmc/linux/drivers/gpu/drm/qxl/
H A Dqxl_display.c517 cmd->u.set.position.y = plane_state->crtc_y + fb->hot_y; in qxl_primary_apply_cursor()
561 cmd->u.position.y = plane_state->crtc_y + fb->hot_y; in qxl_primary_move_cursor()
571 int hot_x, int hot_y) in qxl_create_cursor() argument
602 cursor.header.hot_spot_y = hot_y; in qxl_create_cursor()
858 new_state->fb->hot_y); in qxl_plane_prepare_fb()
/openbmc/qemu/contrib/vhost-user-gpu/
H A Dvugpu.h56 uint32_t hot_y; member
/openbmc/qemu/docs/interop/
H A Dvhost-user-gpu.rst76 | pos | hot_x | hot_y | cursor |
81 :hot_x/hot_y: ``u32``, the cursor hot location
/openbmc/linux/drivers/gpu/drm/hyperv/
H A Dhyperv_drm_proto.c130 u32 hot_y; member
341 msg.ptr_shape.hot_y = 0; in hyperv_hide_hw_ptr()
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_plane.c1069 fb->hot_y = req->hot_y; in drm_mode_cursor_universal()
1170 req->width, req->height, req->hot_x, req->hot_y); in drm_mode_cursor_common()
1206 new_req.hot_x = new_req.hot_y = 0; in drm_mode_cursor_ioctl()
/openbmc/linux/include/uapi/linux/
H A Dvirtio_gpu.h161 __le32 hot_y; /* update only */ member
/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_gpu.h161 uint32_t hot_y; /* update only */ member
/openbmc/qemu/include/hw/vfio/
H A Dvfio-common.h204 uint32_t hot_x, hot_y, hot_updates; member
/openbmc/linux/include/uapi/drm/
H A Ddrm_mode.h823 __s32 hot_y; member

12