Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/vmwgfx/
Dvmwgfx_kms.c373 du->hotspot_x = 0; in vmw_kms_legacy_hotspot_clear()
397 du->hotspot_x + du->core_hotspot_x, in vmw_kms_cursor_post_execbuf()
652 s32 hotspot_x, hotspot_y; in vmw_du_cursor_plane_atomic_update() local
654 hotspot_x = du->hotspot_x; in vmw_du_cursor_plane_atomic_update()
658 hotspot_x += new_state->fb->hot_x; in vmw_du_cursor_plane_atomic_update()
672 hotspot_x, hotspot_y); in vmw_du_cursor_plane_atomic_update()
678 hotspot_x, hotspot_y); in vmw_du_cursor_plane_atomic_update()
688 du->cursor_x + hotspot_x, in vmw_du_cursor_plane_atomic_update()
691 du->core_hotspot_x = hotspot_x - du->hotspot_x; in vmw_du_cursor_plane_atomic_update()
2102 du->hotspot_x = arg->xhot; in vmw_kms_cursor_bypass_ioctl()
[all …]
Dvmwgfx_kms.h369 int hotspot_x; member