/openbmc/linux/drivers/gpu/drm/radeon/ |
H A D | radeon_cursor.c | 281 int32_t hot_x, in radeon_crtc_cursor_set2() argument 330 hot_x != radeon_crtc->cursor_hot_x || in radeon_crtc_cursor_set2() 334 x = radeon_crtc->cursor_x + radeon_crtc->cursor_hot_x - hot_x; in radeon_crtc_cursor_set2() 339 radeon_crtc->cursor_hot_x = hot_x; in radeon_crtc_cursor_set2()
|
/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 157 p->hot_X = hot_x; in hgsmi_update_pointer_shape()
|
H A D | vboxvideo_guest.h | 35 u32 hot_x, u32 hot_y, u32 width, u32 height,
|
/openbmc/linux/drivers/gpu/drm/virtio/ |
H A D | virtgpu_plane.c | 336 plane->state->fb ? plane->state->fb->hot_x : 0, in virtio_gpu_cursor_plane_update() 342 output->cursor.hot_x = in virtio_gpu_cursor_plane_update() 343 cpu_to_le32(plane->state->fb->hot_x); in virtio_gpu_cursor_plane_update() 347 output->cursor.hot_x = cpu_to_le32(0); in virtio_gpu_cursor_plane_update()
|
/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() 204 dmabuf->hot_x = plane->x_hot; in vfio_display_update_cursor() 322 bool have_hot = (cursor->hot_x != 0xffffffff && in vfio_display_dmabuf_update() 325 cursor->hot_x, cursor->hot_y); in vfio_display_dmabuf_update()
|
/openbmc/qemu/ui/ |
H A D | spice-display.c | 272 ccmd->u.set.position.x = ssd->ptr_x + ssd->hot_x; in qemu_spice_create_cursor_update() 280 cursor->header.hot_spot_x = c->hot_x; in qemu_spice_create_cursor_update() 289 ccmd->u.position.x = ssd->ptr_x + ssd->hot_x; in qemu_spice_create_cursor_update() 773 ssd->hot_x = c->hot_x; in display_mouse_define() 977 uint32_t hot_x, uint32_t hot_y) in qemu_spice_gl_cursor_dmabuf() argument 983 ssd->hot_x = hot_x; in qemu_spice_gl_cursor_dmabuf()
|
H A D | dbus-listener.c | 488 uint32_t hot_x, uint32_t hot_y) in dbus_cursor_dmabuf() argument 527 hot_x, in dbus_cursor_dmabuf() 758 c->hot_x, 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/include/ui/ |
H A D | console.h | 163 int hot_x, hot_y; member 260 uint32_t hot_x, uint32_t hot_y); 339 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 | 196 int hot_x; 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 | 50 uint32_t hot_x; member 138 s->current_cursor->hot_x = up->hot_x; in vhost_user_gpu_handle_cursor()
|
H A D | vmware_vga.c | 508 int hot_x; member 527 qc->hot_x = c->hot_x; in vmsvga_cursor_define() 690 cursor.hot_x = vmsvga_fifo_read(s); in vmsvga_fifo_run()
|
H A D | qxl-render.c | 260 c->hot_x = cursor->header.hot_spot_x; in qxl_cursor()
|
/openbmc/linux/drivers/gpu/drm/qxl/ |
H A D | qxl_display.c | 516 cmd->u.set.position.x = plane_state->crtc_x + fb->hot_x; in qxl_primary_apply_cursor() 560 cmd->u.position.x = plane_state->crtc_x + fb->hot_x; in qxl_primary_move_cursor() 571 int hot_x, int hot_y) in qxl_create_cursor() argument 601 cursor.header.hot_spot_x = hot_x; in qxl_create_cursor() 857 new_state->fb->hot_x, in qxl_plane_prepare_fb()
|
/openbmc/qemu/contrib/vhost-user-gpu/ |
H A D | vugpu.h | 55 uint32_t hot_x; 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 | 129 u32 hot_x; /* hotspot relative to upper-left of pointer image */ member 340 msg.ptr_shape.hot_x = 0; in hyperv_hide_hw_ptr()
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_plane.c | 1068 fb->hot_x = req->hot_x; 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 | 160 __le32 hot_x; /* update only */ member
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | virtio_gpu.h | 160 uint32_t hot_x; /* update only */ member
|
/openbmc/qemu/include/hw/vfio/ |
H A D | vfio-common.h | 201 uint32_t hot_x, hot_y, hot_updates; member
|
/openbmc/linux/include/uapi/drm/ |
H A D | drm_mode.h | 822 __s32 hot_x; member
|