/src/sys/arch/arm/amlogic/ |
meson_genfb.c | 411 uint32_t scctl, sci_wh, sco_h, sco_v, hsc, vsc, hps, vps, hip, vip; local in function:meson_genfb_scaler_config 503 vps = VPU_READ(sc, VPP_OSD_VSC_PHASE_STEP_REG); 504 vps &= ~VPP_OSD_VSC_PHASE_STEP_FORMAT; 505 vps |= __SHIFTIN(hf_phase_step, VPP_OSD_VSC_PHASE_STEP_FORMAT); 506 VPU_WRITE(sc, VPP_OSD_VSC_PHASE_STEP_REG, vps);
|
/src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
vmwgfx_scrn.c | 224 struct vmw_plane_state *vps; local in function:vmw_sou_crtc_mode_set_nofb 231 vps = vmw_plane_state_to_vps(ps); 248 sou->buffer = vps->bo; 249 sou->buffer_size = vps->bo_size; 386 struct vmw_plane_state *vps = vmw_plane_state_to_vps(old_state); local in function:vmw_sou_primary_plane_cleanup_fb 390 if (vps->bo) 391 vmw_bo_unpin(vmw_priv(crtc->dev), vps->bo, false); 392 vmw_bo_unreference(&vps->bo); 393 vps->bo_size = 0; 415 struct vmw_plane_state *vps = vmw_plane_state_to_vps(new_state) local in function:vmw_sou_primary_plane_prepare_fb [all...] |
vmwgfx_stdu.c | 1011 struct vmw_plane_state *vps = vmw_plane_state_to_vps(old_state); local in function:vmw_stdu_primary_plane_cleanup_fb 1013 if (vps->surf) 1014 WARN_ON(!vps->pinned); 1018 vps->content_fb_type = SAME_AS_DISPLAY; 1019 vps->cpp = 0; 1043 struct vmw_plane_state *vps = vmw_plane_state_to_vps(new_state); local in function:vmw_stdu_primary_plane_prepare_fb 1052 if (vps->surf) { 1053 WARN_ON(vps->pinned != 0); 1054 vmw_surface_unreference(&vps->surf); 1113 if (vps->surf) 1597 struct vmw_plane_state *vps = vmw_plane_state_to_vps(plane->state); local in function:vmw_stdu_primary_plane_atomic_update [all...] |
vmwgfx_kms.c | 303 * @vps: plane state associated with the display surface 306 void vmw_du_plane_unpin_surf(struct vmw_plane_state *vps, 309 if (vps->surf) { 310 if (vps->pinned) { 311 vmw_resource_unpin(&vps->surf->res); 312 vps->pinned--; 316 if (vps->pinned) 318 vmw_surface_unreference(&vps->surf); 338 struct vmw_plane_state *vps = vmw_plane_state_to_vps(old_state); local in function:vmw_du_plane_cleanup_fb 340 vmw_du_plane_unpin_surf(vps, false) 357 struct vmw_plane_state *vps = vmw_plane_state_to_vps(new_state); local in function:vmw_du_cursor_plane_prepare_fb 387 struct vmw_plane_state *vps = vmw_plane_state_to_vps(plane->state); local in function:vmw_du_cursor_plane_atomic_update 671 struct vmw_plane_state *vps; local in function:vmw_du_plane_duplicate_state 705 struct vmw_plane_state *vps; local in function:vmw_du_plane_reset 734 struct vmw_plane_state *vps = vmw_plane_state_to_vps(state); local in function:vmw_du_plane_destroy_state [all...] |