Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_kms.c221 if (old_vps->cursor.hotspot_x != new_vps->cursor.hotspot_x || in vmw_du_cursor_plane_has_changed()
483 du->hotspot_x = 0; in vmw_kms_legacy_hotspot_clear()
509 du->hotspot_x + du->core_hotspot_x, in vmw_kms_cursor_post_execbuf()
754 s32 hotspot_x, hotspot_y; in vmw_du_cursor_plane_atomic_update() local
757 hotspot_x = du->hotspot_x + new_state->hotspot_x; in vmw_du_cursor_plane_atomic_update()
767 vps->cursor.hotspot_x = hotspot_x; in vmw_du_cursor_plane_atomic_update()
811 hotspot_x, hotspot_y); in vmw_du_cursor_plane_atomic_update()
825 du->cursor_x + hotspot_x, in vmw_du_cursor_plane_atomic_update()
828 du->core_hotspot_x = hotspot_x - du->hotspot_x; in vmw_du_cursor_plane_atomic_update()
1990 du->hotspot_x = arg->xhot; in vmw_kms_cursor_bypass_ioctl()
[all …]
H A Dvmwgfx_kms.h260 s32 hotspot_x; member
352 int hotspot_x; member
/linux-6.15/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-6.15/include/drm/
H A Ddrm_plane.h123 int32_t hotspot_x, hotspot_y; member
/linux-6.15/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-6.15/drivers/gpu/drm/
H A Ddrm_atomic_state_helper.c283 plane_state->hotspot_x = val; in __drm_atomic_helper_plane_state_reset()
H A Ddrm_atomic_uapi.c562 state->hotspot_x = val; in drm_atomic_plane_set_property()
632 *val = state->hotspot_x; in drm_atomic_plane_get_property()
H A Ddrm_plane.c1197 plane->state->hotspot_x = req->hot_x; in drm_mode_cursor_universal()
/linux-6.15/drivers/gpu/drm/vboxvideo/
H A Dvbox_mode.c432 min_t(u32, max(new_state->hotspot_x, 0), width), in vbox_cursor_atomic_update()