Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_kms.c210 old_vps->cursor.hotspot_y != new_vps->cursor.hotspot_y) in vmw_du_cursor_plane_has_changed()
472 du->hotspot_y = 0; in vmw_kms_legacy_hotspot_clear()
498 du->hotspot_y + du->core_hotspot_y); in vmw_kms_cursor_post_execbuf()
772 s32 hotspot_x, hotspot_y; in vmw_du_cursor_plane_atomic_update() local
775 hotspot_y = du->hotspot_y; in vmw_du_cursor_plane_atomic_update()
779 hotspot_y += new_state->fb->hot_y; in vmw_du_cursor_plane_atomic_update()
791 vps->cursor.hotspot_y = hotspot_y; in vmw_du_cursor_plane_atomic_update()
811 hotspot_x, hotspot_y); in vmw_du_cursor_plane_atomic_update()
819 du->cursor_y + hotspot_y); in vmw_du_cursor_plane_atomic_update()
822 du->core_hotspot_y = hotspot_y - du->hotspot_y; in vmw_du_cursor_plane_atomic_update()
[all …]
H A Dvmwgfx_kms.h272 s32 hotspot_y; member
366 int hotspot_y; member