Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/vmwgfx/
Dvmwgfx_kms.c197 static bool vmw_du_cursor_plane_has_changed(struct vmw_plane_state *old_vps, in vmw_du_cursor_plane_has_changed() argument
205 if (old_vps->base.crtc_w != new_vps->base.crtc_w || in vmw_du_cursor_plane_has_changed()
206 old_vps->base.crtc_h != new_vps->base.crtc_h) in vmw_du_cursor_plane_has_changed()
209 if (old_vps->cursor.hotspot_x != new_vps->cursor.hotspot_x || in vmw_du_cursor_plane_has_changed()
210 old_vps->cursor.hotspot_y != new_vps->cursor.hotspot_y) in vmw_du_cursor_plane_has_changed()
215 old_image = vmw_du_cursor_plane_acquire_image(old_vps); in vmw_du_cursor_plane_has_changed()
768 struct vmw_plane_state *old_vps = vmw_plane_state_to_vps(old_state); in vmw_du_cursor_plane_atomic_update() local
794 if (!vmw_du_cursor_plane_has_changed(old_vps, vps)) { in vmw_du_cursor_plane_atomic_update()
799 struct vmw_cursor_plane_state tmp = old_vps->cursor; in vmw_du_cursor_plane_atomic_update()
800 old_vps->cursor = vps->cursor; in vmw_du_cursor_plane_atomic_update()