Home
last modified time | relevance | path

Searched refs:hot_x (Results 1 – 25 of 41) sorted by relevance

12

/openbmc/linux/drivers/gpu/drm/radeon/
H A Dradeon_cursor.c281 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 Dhgsmi_base.c118 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 Dvboxvideo_guest.h35 u32 hot_x, u32 hot_y, u32 width, u32 height,
/openbmc/linux/drivers/gpu/drm/virtio/
H A Dvirtgpu_plane.c336 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 Ddisplay.c203 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 Dspice-display.c272 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 Ddbus-listener.c488 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 Degl-headless.c105 uint32_t hot_x, uint32_t hot_y) in egl_cursor_dmabuf() argument
/openbmc/qemu/include/ui/
H A Dconsole.h163 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 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.h196 int hot_x; member
H A Ddrm_crtc.h460 int32_t hot_x, int32_t hot_y);
/openbmc/qemu/hw/display/
H A Dvhost-user-gpu.c50 uint32_t hot_x; member
138 s->current_cursor->hot_x = up->hot_x; in vhost_user_gpu_handle_cursor()
H A Dvmware_vga.c508 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 Dqxl-render.c260 c->hot_x = cursor->header.hot_spot_x; in qxl_cursor()
/openbmc/linux/drivers/gpu/drm/qxl/
H A Dqxl_display.c516 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 Dvugpu.h55 uint32_t hot_x; 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.c129 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 Ddrm_plane.c1068 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 Dvirtio_gpu.h160 __le32 hot_x; /* update only */ member
/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_gpu.h160 uint32_t hot_x; /* update only */ member
/openbmc/qemu/include/hw/vfio/
H A Dvfio-common.h201 uint32_t hot_x, hot_y, hot_updates; member
/openbmc/linux/include/uapi/drm/
H A Ddrm_mode.h822 __s32 hot_x; member

12