Searched refs:vmw_plane_state (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_kms.c | 56 static int vmw_du_cursor_plane_unmap_cm(struct vmw_plane_state *vps); 58 struct vmw_plane_state *vps, 119 struct vmw_plane_state *vps, in vmw_cursor_update_image() 149 struct vmw_plane_state *vps, in vmw_cursor_update_mob() 185 static u32 *vmw_du_cursor_plane_acquire_image(struct vmw_plane_state *vps) in vmw_du_cursor_plane_acquire_image() 196 static bool vmw_du_cursor_plane_has_changed(struct vmw_plane_state *old_vps, in vmw_du_cursor_plane_has_changed() 197 struct vmw_plane_state *new_vps) in vmw_du_cursor_plane_has_changed() 234 struct vmw_plane_state *vps) in vmw_du_put_cursor_mob() 268 struct vmw_plane_state *vps) in vmw_du_get_cursor_mob() 532 void vmw_du_plane_unpin_surf(struct vmw_plane_state *vp [all...] |
H A D | vmwgfx_kms.h | 258 #define vmw_plane_state_to_vps(x) container_of(x, struct vmw_plane_state, base) 288 struct vmw_plane_state { struct 485 void vmw_du_plane_unpin_surf(struct vmw_plane_state *vps,
|
H A D | vmwgfx_stdu.c | 867 struct vmw_plane_state *vps = vmw_plane_state_to_vps(old_state); in vmw_stdu_primary_plane_cleanup_fb() 899 struct vmw_plane_state *vps = vmw_plane_state_to_vps(new_state); in vmw_stdu_primary_plane_prepare_fb() 1354 struct vmw_plane_state *vps = vmw_plane_state_to_vps(new_state); in vmw_stdu_primary_plane_atomic_update()
|
H A D | vmwgfx_scrn.c | 218 struct vmw_plane_state *vps; in vmw_sou_crtc_mode_set_nofb() 382 struct vmw_plane_state *vps = vmw_plane_state_to_vps(old_state); in vmw_sou_primary_plane_cleanup_fb() 411 struct vmw_plane_state *vps = vmw_plane_state_to_vps(new_state); in vmw_sou_primary_plane_prepare_fb()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_kms.h | 262 #define vmw_plane_state_to_vps(x) container_of(x, struct vmw_plane_state, base) 285 struct vmw_plane_state { struct 472 void vmw_du_plane_unpin_surf(struct vmw_plane_state *vps,
|
H A D | vmwgfx_kms.c | 302 void vmw_du_plane_unpin_surf(struct vmw_plane_state *vps, in vmw_du_plane_unpin_surf() 334 struct vmw_plane_state *vps = vmw_plane_state_to_vps(old_state); in vmw_du_plane_cleanup_fb() 353 struct vmw_plane_state *vps = vmw_plane_state_to_vps(new_state); in vmw_du_cursor_plane_prepare_fb() 383 struct vmw_plane_state *vps = vmw_plane_state_to_vps(plane->state); in vmw_du_cursor_plane_atomic_update() 666 struct vmw_plane_state *vps; in vmw_du_plane_duplicate_state() 700 struct vmw_plane_state *vps; in vmw_du_plane_reset() 709 DRM_ERROR("Cannot allocate vmw_plane_state\n"); in vmw_du_plane_reset() 729 struct vmw_plane_state *vps = vmw_plane_state_to_vps(state); in vmw_du_plane_destroy_state()
|
H A D | vmwgfx_scrn.c | 219 struct vmw_plane_state *vps; in vmw_sou_crtc_mode_set_nofb() 384 struct vmw_plane_state *vps = vmw_plane_state_to_vps(old_state); in vmw_sou_primary_plane_cleanup_fb() 413 struct vmw_plane_state *vps = vmw_plane_state_to_vps(new_state); in vmw_sou_primary_plane_prepare_fb()
|
H A D | vmwgfx_stdu.c | 1009 struct vmw_plane_state *vps = vmw_plane_state_to_vps(old_state); in vmw_stdu_primary_plane_cleanup_fb() 1041 struct vmw_plane_state *vps = vmw_plane_state_to_vps(new_state); in vmw_stdu_primary_plane_prepare_fb() 1580 struct vmw_plane_state *vps = vmw_plane_state_to_vps(plane->state); in vmw_stdu_primary_plane_atomic_update()
|
Completed in 16 milliseconds