Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/vmwgfx/
A Dvmwgfx_kms.c222 old_vps->cursor.hotspot_y != new_vps->cursor.hotspot_y) in vmw_du_cursor_plane_has_changed()
484 du->hotspot_y = 0; in vmw_kms_legacy_hotspot_clear()
510 du->hotspot_y + du->core_hotspot_y); in vmw_kms_cursor_post_execbuf()
753 s32 hotspot_x, hotspot_y; in vmw_du_cursor_plane_atomic_update() local
757 hotspot_y = du->hotspot_y + new_state->hotspot_y; in vmw_du_cursor_plane_atomic_update()
767 vps->cursor.hotspot_y = hotspot_y; in vmw_du_cursor_plane_atomic_update()
803 hotspot_x, hotspot_y); in vmw_du_cursor_plane_atomic_update()
816 du->cursor_y + hotspot_y); in vmw_du_cursor_plane_atomic_update()
819 du->core_hotspot_y = hotspot_y - du->hotspot_y; in vmw_du_cursor_plane_atomic_update()
1981 du->hotspot_y = arg->yhot; in vmw_kms_cursor_bypass_ioctl()
[all …]
A Dvmwgfx_kms.h261 s32 hotspot_y; member
353 int hotspot_y; member
/linux/drivers/gpu/drm/virtio/
A Dvirtgpu_plane.c337 plane->state->hotspot_y); in virtio_gpu_cursor_plane_update()
345 cpu_to_le32(plane->state->hotspot_y); 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.c516 cmd->u.set.position.y = plane_state->crtc_y + plane_state->hotspot_y; in qxl_primary_apply_cursor()
559 cmd->u.position.y = plane_state->crtc_y + plane_state->hotspot_y; in qxl_primary_move_cursor()
856 new_state->hotspot_y); in qxl_plane_prepare_fb()
/linux/drivers/gpu/drm/
A Ddrm_atomic_state_helper.c290 plane_state->hotspot_y = val; in __drm_atomic_helper_plane_state_reset()
A Ddrm_atomic_uapi.c569 state->hotspot_y = val; in drm_atomic_plane_set_property()
633 *val = state->hotspot_y; in drm_atomic_plane_get_property()
A Ddrm_plane.c1199 plane->state->hotspot_y = req->hot_y; in drm_mode_cursor_universal()
/linux/drivers/gpu/drm/vboxvideo/
A Dvbox_mode.c433 min_t(u32, max(new_state->hotspot_y, 0), height), in vbox_cursor_atomic_update()

Completed in 40 milliseconds