Home
last modified time | relevance | path

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

/drivers/gpu/drm/vmwgfx/
Dvmwgfx_kms.c209 if (old_vps->cursor.hotspot_x != new_vps->cursor.hotspot_x || in vmw_du_cursor_plane_has_changed()
471 du->hotspot_x = 0; in vmw_kms_legacy_hotspot_clear()
497 du->hotspot_x + du->core_hotspot_x, in vmw_kms_cursor_post_execbuf()
772 s32 hotspot_x, hotspot_y; in vmw_du_cursor_plane_atomic_update() local
774 hotspot_x = du->hotspot_x; in vmw_du_cursor_plane_atomic_update()
778 hotspot_x += new_state->fb->hot_x; in vmw_du_cursor_plane_atomic_update()
790 vps->cursor.hotspot_x = hotspot_x; in vmw_du_cursor_plane_atomic_update()
811 hotspot_x, hotspot_y); in vmw_du_cursor_plane_atomic_update()
818 du->cursor_x + hotspot_x, in vmw_du_cursor_plane_atomic_update()
821 du->core_hotspot_x = hotspot_x - du->hotspot_x; in vmw_du_cursor_plane_atomic_update()
[all …]
Dvmwgfx_kms.h274 s32 hotspot_x; member
368 int hotspot_x; member