Home
last modified time | relevance | path

Searched refs:hotspot_y (Results 1 – 3 of 3) 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()
577 old_vps->base.hotspot_y != new_vps->base.hotspot_y) in vmw_cursor_plane_changed()
582 old_vps->cursor.legacy.hotspot_y != in vmw_cursor_plane_changed()
583 new_vps->cursor.legacy.hotspot_y) in vmw_cursor_plane_changed()
792 s32 hotspot_x, hotspot_y, cursor_x, cursor_y; in vmw_cursor_plane_atomic_update() local
816 vps->base.hotspot_y); in vmw_cursor_plane_atomic_update()
830 hotspot_y = vps->cursor.legacy.hotspot_y + new_state->hotspot_y; in vmw_cursor_plane_atomic_update()
833 cursor_y + hotspot_y); in vmw_cursor_plane_atomic_update()
[all …]
/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_plane.c1226 plane->state->hotspot_y = req->hot_y; in drm_mode_cursor_universal()