Home
last modified time | relevance | path

Searched refs:hotspot_x (Results 1 – 3 of 3) 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()
576 if (old_vps->base.hotspot_x != new_vps->base.hotspot_x || in vmw_cursor_plane_changed()
580 if (old_vps->cursor.legacy.hotspot_x != in vmw_cursor_plane_changed()
581 new_vps->cursor.legacy.hotspot_x || in vmw_cursor_plane_changed()
792 s32 hotspot_x, hotspot_y, cursor_x, cursor_y; in vmw_cursor_plane_atomic_update() local
815 vps->base.hotspot_x, in vmw_cursor_plane_atomic_update()
829 hotspot_x = vps->cursor.legacy.hotspot_x + new_state->hotspot_x; in vmw_cursor_plane_atomic_update()
832 vmw_cursor_update_position(dev_priv, true, cursor_x + hotspot_x, in vmw_cursor_plane_atomic_update()
[all …]
/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_plane.c1224 plane->state->hotspot_x = req->hot_x; in drm_mode_cursor_universal()