Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/vmwgfx/
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()
753 s32 hotspot_x, hotspot_y; in vmw_du_cursor_plane_atomic_update() local
756 hotspot_x = du->hotspot_x + new_state->hotspot_x; in vmw_du_cursor_plane_atomic_update()
766 vps->cursor.hotspot_x = hotspot_x; in vmw_du_cursor_plane_atomic_update()
803 hotspot_x, hotspot_y); in vmw_du_cursor_plane_atomic_update()
815 du->cursor_x + hotspot_x, in vmw_du_cursor_plane_atomic_update()
818 du->core_hotspot_x = hotspot_x - du->hotspot_x; in vmw_du_cursor_plane_atomic_update()
1980 du->hotspot_x = arg->xhot; in vmw_kms_cursor_bypass_ioctl()
[all …]
A Dvmwgfx_kms.h260 s32 hotspot_x; member
352 int hotspot_x; member
/linux/drivers/gpu/drm/virtio/
A Dvirtgpu_plane.c336 plane->state->hotspot_x, in virtio_gpu_cursor_plane_update()
343 cpu_to_le32(plane->state->hotspot_x); in virtio_gpu_cursor_plane_update()
/linux/include/drm/
A Ddrm_plane.h123 int32_t hotspot_x, hotspot_y; member
/linux/drivers/gpu/drm/qxl/
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/
A Ddrm_atomic_state_helper.c283 plane_state->hotspot_x = val; in __drm_atomic_helper_plane_state_reset()
A Ddrm_atomic_uapi.c561 state->hotspot_x = val; in drm_atomic_plane_set_property()
631 *val = state->hotspot_x; in drm_atomic_plane_get_property()
A Ddrm_plane.c1197 plane->state->hotspot_x = req->hot_x; in drm_mode_cursor_universal()
/linux/drivers/gpu/drm/vboxvideo/
A Dvbox_mode.c432 min_t(u32, max(new_state->hotspot_x, 0), width), in vbox_cursor_atomic_update()

Completed in 35 milliseconds