/linux-6.6.21/drivers/gpu/drm/vmwgfx/ |
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() argument 123 if (vps->cursor.bo) in vmw_cursor_update_image() 124 vmw_cursor_update_mob(dev_priv, vps, image, in vmw_cursor_update_image() 125 vps->base.crtc_w, vps->base.crtc_h, in vmw_cursor_update_image() 149 struct vmw_plane_state *vps, in vmw_cursor_update_mob() argument 157 header = vmw_bo_map_and_cache(vps->cursor.bo); in vmw_cursor_update_mob() 172 vps->cursor.bo->tbo.resource->start); 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() argument [all …]
|
D | vmwgfx_stdu.c | 867 struct vmw_plane_state *vps = vmw_plane_state_to_vps(old_state); in vmw_stdu_primary_plane_cleanup_fb() local 869 if (vps->surf) in vmw_stdu_primary_plane_cleanup_fb() 870 WARN_ON(!vps->pinned); in vmw_stdu_primary_plane_cleanup_fb() 874 vps->content_fb_type = SAME_AS_DISPLAY; in vmw_stdu_primary_plane_cleanup_fb() 875 vps->cpp = 0; 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() local 907 if (vps->surf) { in vmw_stdu_primary_plane_prepare_fb() 908 WARN_ON(vps->pinned != 0); in vmw_stdu_primary_plane_prepare_fb() 909 vmw_surface_unreference(&vps->surf); in vmw_stdu_primary_plane_prepare_fb() 965 if (vps->surf) { in vmw_stdu_primary_plane_prepare_fb() [all …]
|
D | vmwgfx_scrn.c | 218 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() 382 struct vmw_plane_state *vps = vmw_plane_state_to_vps(old_state); in vmw_sou_primary_plane_cleanup_fb() local 386 if (vps->bo) in vmw_sou_primary_plane_cleanup_fb() 387 vmw_bo_unpin(vmw_priv(crtc->dev), vps->bo, false); in vmw_sou_primary_plane_cleanup_fb() 388 vmw_bo_unreference(&vps->bo); in vmw_sou_primary_plane_cleanup_fb() 389 vps->bo_size = 0; 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() local [all …]
|
D | vmwgfx_kms.h | 485 void vmw_du_plane_unpin_surf(struct vmw_plane_state *vps,
|
/linux-6.6.21/drivers/media/platform/allegro-dvt/ |
D | nal-hevc.c | 177 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 …]
|
D | nal-hevc.h | 502 void *dest, size_t n, struct nal_hevc_vps *vps); 504 struct nal_hevc_vps *vps, void *src, size_t n);
|
D | allegro-core.c | 1723 struct nal_hevc_vps *vps; in allegro_hevc_write_vps() local 1731 vps = kzalloc(sizeof(*vps), GFP_KERNEL); in allegro_hevc_write_vps() 1732 if (!vps) in allegro_hevc_write_vps() 1735 vps->base_layer_internal_flag = 1; in allegro_hevc_write_vps() 1736 vps->base_layer_available_flag = 1; in allegro_hevc_write_vps() 1737 vps->temporal_id_nesting_flag = 1; in allegro_hevc_write_vps() 1739 ptl = &vps->profile_tier_level; in allegro_hevc_write_vps() 1747 vps->sub_layer_ordering_info_present_flag = 0; in allegro_hevc_write_vps() 1748 vps->max_dec_pic_buffering_minus1[0] = num_ref_frames; in allegro_hevc_write_vps() 1749 vps->max_num_reorder_pics[0] = num_ref_frames; in allegro_hevc_write_vps() [all …]
|
/linux-6.6.21/drivers/media/pci/ivtv/ |
D | ivtv-vbi.c | 99 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.6.21/include/dt-bindings/usb/ |
D | pd.h | 341 #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.6.21/include/linux/usb/ |
D | pd_vdo.h | 364 #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.6.21/drivers/gpu/drm/rockchip/ |
D | rockchip_drm_vop2.c | 182 struct vop2_video_port vps[ROCKCHIP_MAX_CRTC]; member 1728 vp = &vop2->vps[i]; in vop2_find_start_mixer_id_for_vp() 1893 struct vop2_video_port *vp0 = &vop2->vps[0]; in vop2_setup_layer_mixer() 1894 struct vop2_video_port *vp1 = &vop2->vps[1]; in vop2_setup_layer_mixer() 1895 struct vop2_video_port *vp2 = &vop2->vps[2]; in vop2_setup_layer_mixer() 1934 ofs += vop2->vps[i].nlayers; in vop2_setup_layer_mixer() 2149 struct vop2_video_port *vp = &vop2->vps[i]; in vop2_isr() 2241 struct vop2_video_port *vp = &vop2->vps[i]; in find_vp_without_primary() 2273 vp = &vop2->vps[i]; in vop2_create_crtcs() 2346 vp = &vop2->vps[i]; in vop2_create_crtcs() [all …]
|
/linux-6.6.21/drivers/ufs/host/ |
D | ufs-mediatek.c | 216 hba->vps->hba_enable_delay_us = 0; in ufs_mtk_hce_enable_notify() 218 hba->vps->hba_enable_delay_us = 600; in ufs_mtk_hce_enable_notify() 943 hba->vps->wb_flush_threshold = UFS_WB_BUF_REMAIN_PERCENT(80); in ufs_mtk_init() 1484 hba->vps->devfreq_profile.polling_ms = 200; in ufs_mtk_config_scaling_param() 1485 hba->vps->ondemand_data.upthreshold = 50; in ufs_mtk_config_scaling_param() 1486 hba->vps->ondemand_data.downdifferential = 20; in ufs_mtk_config_scaling_param()
|
/linux-6.6.21/arch/mips/include/asm/octeon/ |
D | cvmx-pciercx-defs.h | 75 __BITFIELD_FIELD(uint32_t vps:1,
|
D | cvmx-pci-defs.h | 202 uint32_t vps:1; member 214 uint32_t vps:1;
|
/linux-6.6.21/drivers/ufs/core/ |
D | ufs-sysfs.c | 307 return sysfs_emit(buf, "%u\n", hba->vps->wb_flush_threshold); in wb_flush_threshold_show() 327 hba->vps->wb_flush_threshold = wb_flush_threshold; in wb_flush_threshold_store()
|
D | ufshcd.c | 1503 ufshcd_vops_config_scaling_param(hba, &hba->vps->devfreq_profile, in ufshcd_devfreq_init() 1504 &hba->vps->ondemand_data); in ufshcd_devfreq_init() 1506 &hba->vps->devfreq_profile, in ufshcd_devfreq_init() 1508 &hba->vps->ondemand_data); in ufshcd_devfreq_init() 4712 ufshcd_delay_us(hba->vps->hba_enable_delay_us, 100); in ufshcd_hba_execute_hce() 5967 return avail_buf < hba->vps->wb_flush_threshold; in ufshcd_wb_presrv_usrspc_keep_vcc_on() 10280 hba->vps = &ufs_hba_vps; in ufshcd_init()
|
/linux-6.6.21/include/ufs/ |
D | ufshcd.h | 960 struct ufs_hba_variant_params *vps; member
|