Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_kms.c198 struct vmw_plane_state *new_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()
213 size = new_vps->base.crtc_w * new_vps->base.crtc_h * sizeof(u32); in vmw_du_cursor_plane_has_changed()
216 new_image = vmw_du_cursor_plane_acquire_image(new_vps); in vmw_du_cursor_plane_has_changed()