/openbmc/linux/drivers/gpu/drm/vboxvideo/ |
H A D | hgsmi_base.c | 118 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 D | vboxvideo_guest.h | 35 u32 hot_x, u32 hot_y, u32 width, u32 height,
|
H A D | vboxvideo.h | 323 u32 hot_y; member
|
/openbmc/linux/drivers/gpu/drm/radeon/ |
H A D | radeon_cursor.c | 282 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 D | virtgpu_plane.c | 337 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 D | spice-display.c | 273 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 D | dbus-listener.c | 546 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 D | egl-headless.c | 105 uint32_t hot_x, uint32_t hot_y) in egl_cursor_dmabuf() argument
|
/openbmc/qemu/hw/vfio/ |
H A D | display.c | 203 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 D | console.h | 161 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 D | spice-display.h | 112 int16_t hot_x, hot_y; member
|
H A D | gtk.h | 184 uint32_t hot_x, uint32_t hot_y);
|
/openbmc/linux/include/drm/ |
H A D | drm_framebuffer.h | 202 int hot_y; member
|
H A D | drm_crtc.h | 460 int32_t hot_x, int32_t hot_y);
|
/openbmc/qemu/hw/display/ |
H A D | vhost-user-gpu.c | 51 uint32_t hot_y; member 139 s->current_cursor->hot_y = up->hot_y; in vhost_user_gpu_handle_cursor()
|
H A D | vmware_vga.c | 509 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 D | qxl_display.c | 517 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 D | vugpu.h | 56 uint32_t hot_y; member
|
/openbmc/qemu/docs/interop/ |
H A D | vhost-user-gpu.rst | 76 | pos | hot_x | hot_y | cursor | 81 :hot_x/hot_y: ``u32``, the cursor hot location
|
/openbmc/linux/drivers/gpu/drm/hyperv/ |
H A D | hyperv_drm_proto.c | 130 u32 hot_y; member 341 msg.ptr_shape.hot_y = 0; in hyperv_hide_hw_ptr()
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_plane.c | 1069 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 D | virtio_gpu.h | 161 __le32 hot_y; /* update only */ member
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | virtio_gpu.h | 161 uint32_t hot_y; /* update only */ member
|
/openbmc/qemu/include/hw/vfio/ |
H A D | vfio-common.h | 204 uint32_t hot_x, hot_y, hot_updates; member
|
/openbmc/linux/include/uapi/drm/ |
H A D | drm_mode.h | 823 __s32 hot_y; member
|