Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/vmwgfx/
Dvmwgfx_kms.c375 du->hotspot_y = 0; in vmw_kms_legacy_hotspot_clear()
399 du->hotspot_y + du->core_hotspot_y); in vmw_kms_cursor_post_execbuf()
653 s32 hotspot_x, hotspot_y; in vmw_du_cursor_plane_atomic_update() local
656 hotspot_y = du->hotspot_y; in vmw_du_cursor_plane_atomic_update()
660 hotspot_y += new_state->fb->hot_y; in vmw_du_cursor_plane_atomic_update()
673 hotspot_x, hotspot_y); in vmw_du_cursor_plane_atomic_update()
679 hotspot_x, hotspot_y); in vmw_du_cursor_plane_atomic_update()
690 du->cursor_y + hotspot_y); in vmw_du_cursor_plane_atomic_update()
693 du->core_hotspot_y = hotspot_y - du->hotspot_y; in vmw_du_cursor_plane_atomic_update()
2104 du->hotspot_y = arg->yhot; in vmw_kms_cursor_bypass_ioctl()
[all …]
Dvmwgfx_kms.h369 int hotspot_y; member