Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/vmwgfx/
Dvmwgfx_kms.c244 du->hotspot_x = 0; in vmw_kms_legacy_hotspot_clear()
268 du->hotspot_x + du->core_hotspot_x, in vmw_kms_cursor_post_execbuf()
380 s32 hotspot_x, hotspot_y; in vmw_du_cursor_plane_atomic_update() local
384 hotspot_x = du->hotspot_x; in vmw_du_cursor_plane_atomic_update()
388 hotspot_x += plane->state->fb->hot_x; in vmw_du_cursor_plane_atomic_update()
400 64, 64, hotspot_x, in vmw_du_cursor_plane_atomic_update()
406 hotspot_x, hotspot_y); in vmw_du_cursor_plane_atomic_update()
417 du->cursor_x + hotspot_x, in vmw_du_cursor_plane_atomic_update()
420 du->core_hotspot_x = hotspot_x - du->hotspot_x; in vmw_du_cursor_plane_atomic_update()
1833 du->hotspot_x = arg->xhot; in vmw_kms_cursor_bypass_ioctl()
[all …]
Dvmwgfx_kms.h236 int hotspot_x; member