Home
last modified time | relevance | path

Searched refs:hotspot_x (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_cursor_plane.c78 s32 hotspot_x = vps->cursor.legacy.hotspot_x + vps->base.hotspot_x; in vmw_cursor_plane_update_legacy() local
87 hotspot_x, hotspot_y); in vmw_cursor_plane_update_legacy()
125 alpha_header->hotspotX = vps->cursor.legacy.hotspot_x + vps->base.hotspot_x; in vmw_cursor_update_mob()
568 if (old_vps->base.hotspot_x != new_vps->base.hotspot_x || in vmw_cursor_plane_changed()
572 if (old_vps->cursor.legacy.hotspot_x != in vmw_cursor_plane_changed()
573 new_vps->cursor.legacy.hotspot_x || in vmw_cursor_plane_changed()
748 s32 hotspot_x, hotspot_y, cursor_x, cursor_y; vmw_cursor_plane_atomic_update() local
[all...]
H A Dvmwgfx_cursor_plane.h45 s32 hotspot_x; member
/linux/drivers/gpu/drm/virtio/
H A Dvirtgpu_plane.c475 plane->state->hotspot_x, in virtio_gpu_cursor_plane_update()
482 cpu_to_le32(plane->state->hotspot_x); in virtio_gpu_cursor_plane_update()
/linux/include/drm/
H A Ddrm_plane.h121 /** @hotspot_x: x offset to mouse cursor hotspot */
123 int32_t hotspot_x, hotspot_y; member
/linux/drivers/gpu/drm/qxl/
H A Dqxl_display.c515 cmd->u.set.position.x = plane_state->crtc_x + plane_state->hotspot_x; in qxl_primary_apply_cursor()
558 cmd->u.position.x = plane_state->crtc_x + plane_state->hotspot_x; in qxl_primary_move_cursor()
855 new_state->hotspot_x, in qxl_plane_prepare_fb()
/linux/drivers/gpu/drm/
H A Ddrm_atomic_state_helper.c284 plane_state->hotspot_x = val; in __drm_atomic_helper_plane_state_reset()
H A Ddrm_atomic_uapi.c563 state->hotspot_x = val; in drm_atomic_plane_set_property()
633 *val = state->hotspot_x; in drm_atomic_plane_get_property()
H A Ddrm_plane.c1224 plane->state->hotspot_x = req->hot_x; in drm_mode_cursor_universal()
/linux/drivers/gpu/drm/vboxvideo/
H A Dvbox_mode.c432 min_t(u32, max(new_state->hotspot_x, 0), width), in vbox_cursor_atomic_update()