Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/vmwgfx/
Dvmwgfx_kms.c210 old_vps->cursor.hotspot_y != new_vps->cursor.hotspot_y) in vmw_du_cursor_plane_has_changed()
463 du->hotspot_y = 0; in vmw_kms_legacy_hotspot_clear()
489 du->hotspot_y + du->core_hotspot_y); in vmw_kms_cursor_post_execbuf()
769 s32 hotspot_x, hotspot_y; in vmw_du_cursor_plane_atomic_update() local
772 hotspot_y = du->hotspot_y; in vmw_du_cursor_plane_atomic_update()
776 hotspot_y += new_state->fb->hot_y; in vmw_du_cursor_plane_atomic_update()
788 vps->cursor.hotspot_y = hotspot_y; in vmw_du_cursor_plane_atomic_update()
808 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()
[all …]
Dvmwgfx_kms.h275 s32 hotspot_y; member
369 int hotspot_y; member