Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_cursor_plane.c79 s32 hotspot_y = vps->cursor.legacy.hotspot_y + vps->base.hotspot_y; in vmw_cursor_plane_update_legacy() local
87 hotspot_x, hotspot_y); in vmw_cursor_plane_update_legacy()
128 alpha_header->hotspotY = vps->cursor.legacy.hotspot_y + vps->base.hotspot_y; in vmw_cursor_update_mob()
572 old_vps->base.hotspot_y != new_vps->base.hotspot_y) in vmw_cursor_plane_changed()
577 old_vps->cursor.legacy.hotspot_y != in vmw_cursor_plane_changed()
578 new_vps->cursor.legacy.hotspot_y) in vmw_cursor_plane_changed()
753 s32 hotspot_x, hotspot_y, cursor_x, cursor_y; in vmw_cursor_plane_atomic_update() local
777 vps->base.hotspot_y); in vmw_cursor_plane_atomic_update()
791 hotspot_y = vps->cursor.legacy.hotspot_y + new_state->hotspot_y; in vmw_cursor_plane_atomic_update()
794 cursor_y + hotspot_y); in vmw_cursor_plane_atomic_update()
[all …]
H A Dvmwgfx_cursor_plane.h47 s32 hotspot_y; member
/linux/drivers/gpu/drm/virtio/
H A Dvirtgpu_plane.c477 plane->state->hotspot_y); in virtio_gpu_cursor_plane_update()
485 cpu_to_le32(plane->state->hotspot_y); 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.c541 cmd->u.set.position.y = plane_state->crtc_y + plane_state->hotspot_y; in qxl_primary_apply_cursor()
584 cmd->u.position.y = plane_state->crtc_y + plane_state->hotspot_y; in qxl_primary_move_cursor()
881 new_state->hotspot_y); in qxl_plane_prepare_fb()
/linux/drivers/gpu/drm/
H A Ddrm_atomic_state_helper.c296 plane_state->hotspot_y = val; in __drm_atomic_helper_plane_state_reset()
H A Ddrm_atomic_uapi.c631 state->hotspot_y = val; in drm_atomic_plane_set_property()
697 *val = state->hotspot_y; in drm_atomic_plane_get_property()
H A Ddrm_plane.c1226 plane->state->hotspot_y = req->hot_y; in drm_mode_cursor_universal()
/linux/drivers/gpu/drm/vboxvideo/
H A Dvbox_mode.c434 min_t(u32, max(new_state->hotspot_y, 0), height), in vbox_cursor_atomic_update()