Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/vmwgfx/
Dvmwgfx_kms.c428 void vmw_du_plane_unpin_surf(struct vmw_plane_state *vps, in vmw_du_plane_unpin_surf() argument
431 if (vps->surf) { in vmw_du_plane_unpin_surf()
432 if (vps->pinned) { in vmw_du_plane_unpin_surf()
433 vmw_resource_unpin(&vps->surf->res); in vmw_du_plane_unpin_surf()
434 vps->pinned--; in vmw_du_plane_unpin_surf()
438 if (vps->pinned) in vmw_du_plane_unpin_surf()
440 vmw_surface_unreference(&vps->surf); in vmw_du_plane_unpin_surf()
460 struct vmw_plane_state *vps = vmw_plane_state_to_vps(old_state); in vmw_du_plane_cleanup_fb() local
462 vmw_du_plane_unpin_surf(vps, false); in vmw_du_plane_cleanup_fb()
480 struct vmw_plane_state *vps = vmw_plane_state_to_vps(old_state); in vmw_du_cursor_plane_cleanup_fb() local
[all …]
Dvmwgfx_stdu.c1018 struct vmw_plane_state *vps = vmw_plane_state_to_vps(old_state); in vmw_stdu_primary_plane_cleanup_fb() local
1020 if (vps->surf) in vmw_stdu_primary_plane_cleanup_fb()
1021 WARN_ON(!vps->pinned); in vmw_stdu_primary_plane_cleanup_fb()
1025 vps->content_fb_type = SAME_AS_DISPLAY; in vmw_stdu_primary_plane_cleanup_fb()
1026 vps->cpp = 0; in vmw_stdu_primary_plane_cleanup_fb()
1050 struct vmw_plane_state *vps = vmw_plane_state_to_vps(new_state); in vmw_stdu_primary_plane_prepare_fb() local
1058 if (vps->surf) { in vmw_stdu_primary_plane_prepare_fb()
1059 WARN_ON(vps->pinned != 0); in vmw_stdu_primary_plane_prepare_fb()
1060 vmw_surface_unreference(&vps->surf); in vmw_stdu_primary_plane_prepare_fb()
1116 if (vps->surf) { in vmw_stdu_primary_plane_prepare_fb()
[all …]
Dvmwgfx_scrn.c218 struct vmw_plane_state *vps; in vmw_sou_crtc_mode_set_nofb() local
225 vps = vmw_plane_state_to_vps(ps); in vmw_sou_crtc_mode_set_nofb()
242 sou->buffer = vps->bo; in vmw_sou_crtc_mode_set_nofb()
243 sou->buffer_size = vps->bo_size; in vmw_sou_crtc_mode_set_nofb()
385 struct vmw_plane_state *vps = vmw_plane_state_to_vps(old_state); in vmw_sou_primary_plane_cleanup_fb() local
389 if (vps->bo) in vmw_sou_primary_plane_cleanup_fb()
390 vmw_bo_unpin(vmw_priv(crtc->dev), vps->bo, false); in vmw_sou_primary_plane_cleanup_fb()
391 vmw_bo_unreference(&vps->bo); in vmw_sou_primary_plane_cleanup_fb()
392 vps->bo_size = 0; in vmw_sou_primary_plane_cleanup_fb()
414 struct vmw_plane_state *vps = vmw_plane_state_to_vps(new_state); in vmw_sou_primary_plane_prepare_fb() local
[all …]
Dvmwgfx_kms.h495 void vmw_du_plane_unpin_surf(struct vmw_plane_state *vps,
/linux-6.1.9/drivers/media/platform/allegro-dvt/
Dnal-hevc.c177 static void nal_hevc_rbsp_vps(struct rbsp *rbsp, struct nal_hevc_vps *vps) in nal_hevc_rbsp_vps() argument
182 rbsp_bits(rbsp, 4, &vps->video_parameter_set_id); in nal_hevc_rbsp_vps()
183 rbsp_bit(rbsp, &vps->base_layer_internal_flag); in nal_hevc_rbsp_vps()
184 rbsp_bit(rbsp, &vps->base_layer_available_flag); in nal_hevc_rbsp_vps()
185 rbsp_bits(rbsp, 6, &vps->max_layers_minus1); in nal_hevc_rbsp_vps()
186 rbsp_bits(rbsp, 3, &vps->max_sub_layers_minus1); in nal_hevc_rbsp_vps()
187 rbsp_bits(rbsp, 1, &vps->temporal_id_nesting_flag); in nal_hevc_rbsp_vps()
189 nal_hevc_rbsp_profile_tier_level(rbsp, &vps->profile_tier_level); in nal_hevc_rbsp_vps()
190 rbsp_bit(rbsp, &vps->sub_layer_ordering_info_present_flag); in nal_hevc_rbsp_vps()
191 for (i = vps->sub_layer_ordering_info_present_flag ? 0 : vps->max_sub_layers_minus1; in nal_hevc_rbsp_vps()
[all …]
Dnal-hevc.h502 void *dest, size_t n, struct nal_hevc_vps *vps);
504 struct nal_hevc_vps *vps, void *src, size_t n);
Dallegro-core.c1724 struct nal_hevc_vps *vps; in allegro_hevc_write_vps() local
1732 vps = kzalloc(sizeof(*vps), GFP_KERNEL); in allegro_hevc_write_vps()
1733 if (!vps) in allegro_hevc_write_vps()
1736 vps->base_layer_internal_flag = 1; in allegro_hevc_write_vps()
1737 vps->base_layer_available_flag = 1; in allegro_hevc_write_vps()
1738 vps->temporal_id_nesting_flag = 1; in allegro_hevc_write_vps()
1740 ptl = &vps->profile_tier_level; in allegro_hevc_write_vps()
1748 vps->sub_layer_ordering_info_present_flag = 0; in allegro_hevc_write_vps()
1749 vps->max_dec_pic_buffering_minus1[0] = num_ref_frames; in allegro_hevc_write_vps()
1750 vps->max_num_reorder_pics[0] = num_ref_frames; in allegro_hevc_write_vps()
[all …]
/linux-6.1.9/drivers/media/pci/ivtv/
Divtv-vbi.c99 struct vbi_vps vps; in ivtv_write_vbi_line() local
101 vps.data[0] = d->data[2]; in ivtv_write_vbi_line()
102 vps.data[1] = d->data[8]; in ivtv_write_vbi_line()
103 vps.data[2] = d->data[9]; in ivtv_write_vbi_line()
104 vps.data[3] = d->data[10]; in ivtv_write_vbi_line()
105 vps.data[4] = d->data[11]; in ivtv_write_vbi_line()
106 if (memcmp(&vps, &vi->vps_payload, sizeof(vps))) { in ivtv_write_vbi_line()
107 vi->vps_payload = vps; in ivtv_write_vbi_line()
/linux-6.1.9/include/dt-bindings/usb/
Dpd.h341 #define VDO_CABLE(hw, fw, cbl, lat, term, tx1d, tx2d, rx1d, rx2d, cur, vps, sopp, usbss) \ argument
345 | (vps) << 4 | (sopp) << 3 | ((usbss) & 0x7))
/linux-6.1.9/include/linux/usb/
Dpd_vdo.h364 #define VDO_CABLE(hw, fw, cbl, lat, term, tx1d, tx2d, rx1d, rx2d, cur, vps, sopp, usbss) \ argument
368 | (vps) << 4 | (sopp) << 3 | ((usbss) & 0x7))
/linux-6.1.9/drivers/ufs/host/
Dufs-mediatek.c209 hba->vps->hba_enable_delay_us = 0; in ufs_mtk_hce_enable_notify()
211 hba->vps->hba_enable_delay_us = 600; in ufs_mtk_hce_enable_notify()
906 hba->vps->wb_flush_threshold = UFS_WB_BUF_REMAIN_PERCENT(80); in ufs_mtk_init()
1440 hba->vps->devfreq_profile.polling_ms = 200; in ufs_mtk_config_scaling_param()
1441 hba->vps->ondemand_data.upthreshold = 50; in ufs_mtk_config_scaling_param()
1442 hba->vps->ondemand_data.downdifferential = 20; in ufs_mtk_config_scaling_param()
/linux-6.1.9/drivers/gpu/drm/rockchip/
Drockchip_drm_vop2.c183 struct vop2_video_port vps[ROCKCHIP_MAX_CRTC]; member
1720 vp = &vop2->vps[i]; in vop2_find_start_mixer_id_for_vp()
1885 struct vop2_video_port *vp0 = &vop2->vps[0]; in vop2_setup_layer_mixer()
1886 struct vop2_video_port *vp1 = &vop2->vps[1]; in vop2_setup_layer_mixer()
1887 struct vop2_video_port *vp2 = &vop2->vps[2]; in vop2_setup_layer_mixer()
1926 ofs += vop2->vps[i].nlayers; in vop2_setup_layer_mixer()
2142 struct vop2_video_port *vp = &vop2->vps[i]; in vop2_isr()
2234 struct vop2_video_port *vp = &vop2->vps[i]; in find_vp_without_primary()
2266 vp = &vop2->vps[i]; in vop2_create_crtc()
2339 vp = &vop2->vps[i]; in vop2_create_crtc()
[all …]
/linux-6.1.9/arch/mips/include/asm/octeon/
Dcvmx-pciercx-defs.h75 __BITFIELD_FIELD(uint32_t vps:1,
Dcvmx-pci-defs.h202 uint32_t vps:1; member
214 uint32_t vps:1;
/linux-6.1.9/include/ufs/
Dufshcd.h877 struct ufs_hba_variant_params *vps; member
/linux-6.1.9/drivers/ufs/core/
Dufshcd.c1467 ufshcd_vops_config_scaling_param(hba, &hba->vps->devfreq_profile, in ufshcd_devfreq_init()
1468 &hba->vps->ondemand_data); in ufshcd_devfreq_init()
1470 &hba->vps->devfreq_profile, in ufshcd_devfreq_init()
1472 &hba->vps->ondemand_data); in ufshcd_devfreq_init()
4629 ufshcd_delay_us(hba->vps->hba_enable_delay_us, 100); in ufshcd_hba_execute_hce()
5860 return avail_buf < hba->vps->wb_flush_threshold; in ufshcd_wb_presrv_usrspc_keep_vcc_on()
9709 hba->vps = &ufs_hba_vps; in ufshcd_init()