Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_kms.c209 static bool vmw_du_cursor_plane_has_changed(struct vmw_plane_state *old_vps, in vmw_du_cursor_plane_has_changed() argument
217 if (old_vps->base.crtc_w != new_vps->base.crtc_w || in vmw_du_cursor_plane_has_changed()
218 old_vps->base.crtc_h != new_vps->base.crtc_h) in vmw_du_cursor_plane_has_changed()
221 if (old_vps->cursor.hotspot_x != new_vps->cursor.hotspot_x || in vmw_du_cursor_plane_has_changed()
222 old_vps->cursor.hotspot_y != new_vps->cursor.hotspot_y) in vmw_du_cursor_plane_has_changed()
227 old_image = vmw_du_cursor_plane_acquire_image(old_vps); in vmw_du_cursor_plane_has_changed()
750 struct vmw_plane_state *old_vps = vmw_plane_state_to_vps(old_state); in vmw_du_cursor_plane_atomic_update() local
775 if (!vmw_user_object_is_null(&old_vps->uo)) { in vmw_du_cursor_plane_atomic_update()
776 old_bo = vmw_user_object_buffer(&old_vps->uo); in vmw_du_cursor_plane_atomic_update()
797 if (!vmw_du_cursor_plane_has_changed(old_vps, vps)) { in vmw_du_cursor_plane_atomic_update()
[all …]