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()
127 alpha_header->hotspotX = vps->cursor.legacy.hotspot_x + vps->base.hotspot_x; in vmw_cursor_update_mob()
571 if (old_vps->base.hotspot_x != new_vps->base.hotspot_x || in vmw_cursor_plane_changed()
575 if (old_vps->cursor.legacy.hotspot_x != in vmw_cursor_plane_changed()
576 new_vps->cursor.legacy.hotspot_x || in vmw_cursor_plane_changed()
753 s32 hotspot_x, hotspot_y, cursor_x, cursor_y; in vmw_cursor_plane_atomic_update() local
776 vps->base.hotspot_x, in vmw_cursor_plane_atomic_update()
790 hotspot_x = vps->cursor.legacy.hotspot_x + new_state->hotspot_x; in vmw_cursor_plane_atomic_update()
793 vmw_cursor_update_position(dev_priv, true, cursor_x + hotspot_x, in vmw_cursor_plane_atomic_update()
[all …]
H A Dvmwgfx_cursor_plane.h46 s32 hotspot_x; member
/linux/drivers/gpu/drm/virtio/
H A Dvirtgpu_plane.c476 plane->state->hotspot_x, in virtio_gpu_cursor_plane_update()
483 cpu_to_le32(plane->state->hotspot_x); in virtio_gpu_cursor_plane_update()
/linux/include/drm/
H A Ddrm_plane.h123 int32_t hotspot_x, hotspot_y; member
/linux/drivers/gpu/drm/qxl/
H A Dqxl_display.c540 cmd->u.set.position.x = plane_state->crtc_x + plane_state->hotspot_x; in qxl_primary_apply_cursor()
583 cmd->u.position.x = plane_state->crtc_x + plane_state->hotspot_x; in qxl_primary_move_cursor()
880 new_state->hotspot_x, in qxl_plane_prepare_fb()
/linux/drivers/gpu/drm/
H A Ddrm_atomic_state_helper.c289 plane_state->hotspot_x = val; in __drm_atomic_helper_plane_state_reset()
H A Ddrm_atomic_uapi.c623 state->hotspot_x = val; in drm_atomic_plane_set_property()
695 *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.c433 min_t(u32, max(new_state->hotspot_x, 0), width), in vbox_cursor_atomic_update()