/linux/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_kms.c | 66 static int vmw_du_cursor_plane_unmap_cm(struct vmw_plane_state *vps); 68 struct vmw_plane_state *vps, 129 struct vmw_plane_state *vps, in vmw_cursor_update_image() argument 133 if (vps->cursor.bo) in vmw_cursor_update_image() 134 vmw_cursor_update_mob(dev_priv, vps, image, in vmw_cursor_update_image() 135 vps->base.crtc_w, vps->base.crtc_h, in vmw_cursor_update_image() 159 struct vmw_plane_state *vps, in vmw_cursor_update_mob() argument 167 header = vmw_bo_map_and_cache(vps->cursor.bo); in vmw_cursor_update_mob() 182 vps->cursor.bo->tbo.resource->start); in vmw_cursor_update_mob() 195 static u32 *vmw_du_cursor_plane_acquire_image(struct vmw_plane_state *vps) in vmw_du_cursor_plane_acquire_image() argument [all …]
|
H A D | vmwgfx_stdu.c | 946 struct vmw_plane_state *vps = vmw_plane_state_to_vps(old_state); in vmw_stdu_primary_plane_cleanup_fb() local 948 if (vmw_user_object_surface(&vps->uo)) in vmw_stdu_primary_plane_cleanup_fb() 949 WARN_ON(!vps->pinned); in vmw_stdu_primary_plane_cleanup_fb() 952 vps->content_fb_type = SAME_AS_DISPLAY; in vmw_stdu_primary_plane_cleanup_fb() 953 vps->cpp = 0; in vmw_stdu_primary_plane_cleanup_fb() 976 struct vmw_plane_state *vps = vmw_plane_state_to_vps(new_state); in vmw_stdu_primary_plane_prepare_fb() local 986 if (vmw_user_object_surface(&vps->uo)) { in vmw_stdu_primary_plane_prepare_fb() 987 WARN_ON(vps->pinned != 0); in vmw_stdu_primary_plane_prepare_fb() 988 vmw_user_object_unref(&vps->uo); in vmw_stdu_primary_plane_prepare_fb() 1044 if (vmw_user_object_surface(&vps->uo)) { in vmw_stdu_primary_plane_prepare_fb() [all …]
|
H A D | vmwgfx_scrn.c | 220 struct vmw_plane_state *vps; in vmw_sou_crtc_mode_set_nofb() local 227 vps = vmw_plane_state_to_vps(ps); in vmw_sou_crtc_mode_set_nofb() 244 sou->buffer = vmw_user_object_buffer(&vps->uo); in vmw_sou_crtc_mode_set_nofb() 377 struct vmw_plane_state *vps = vmw_plane_state_to_vps(old_state); in vmw_sou_primary_plane_cleanup_fb() local 380 struct vmw_bo *bo = vmw_user_object_buffer(&vps->uo); in vmw_sou_primary_plane_cleanup_fb() 384 vmw_user_object_unref(&vps->uo); in vmw_sou_primary_plane_cleanup_fb() 385 vps->bo_size = 0; in vmw_sou_primary_plane_cleanup_fb() 407 struct vmw_plane_state *vps = vmw_plane_state_to_vps(new_state); in vmw_sou_primary_plane_prepare_fb() local 419 vmw_user_object_unref(&vps->uo); in vmw_sou_primary_plane_prepare_fb() 420 vps->bo_size = 0; in vmw_sou_primary_plane_prepare_fb() [all …]
|
H A D | vmwgfx_kms.h | 482 void vmw_du_plane_unpin_surf(struct vmw_plane_state *vps);
|
/linux/drivers/media/platform/allegro-dvt/ |
H A 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 …]
|
H A D | nal-hevc.h | 503 void *dest, size_t n, struct nal_hevc_vps *vps); 505 struct nal_hevc_vps *vps, void *src, size_t n);
|
H A D | allegro-core.c | 1725 struct nal_hevc_vps *vps; in allegro_hevc_write_vps() local 1733 vps = kzalloc(sizeof(*vps), GFP_KERNEL); in allegro_hevc_write_vps() 1734 if (!vps) in allegro_hevc_write_vps() 1737 vps->base_layer_internal_flag = 1; in allegro_hevc_write_vps() 1738 vps->base_layer_available_flag = 1; in allegro_hevc_write_vps() 1739 vps->temporal_id_nesting_flag = 1; in allegro_hevc_write_vps() 1741 ptl = &vps->profile_tier_level; in allegro_hevc_write_vps() 1749 vps->sub_layer_ordering_info_present_flag = 0; in allegro_hevc_write_vps() 1750 vps->max_dec_pic_buffering_minus1[0] = num_ref_frames; in allegro_hevc_write_vps() 1751 vps->max_num_reorder_pics[0] = num_ref_frames; in allegro_hevc_write_vps() [all …]
|
/linux/drivers/media/pci/ivtv/ |
H A 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/include/dt-bindings/usb/ |
H A 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/include/linux/usb/ |
H A D | pd_vdo.h | 371 #define VDO_CABLE(hw, fw, cbl, lat, term, tx1d, tx2d, rx1d, rx2d, cur, vps, sopp, usbss) \ argument 375 | (vps) << 4 | (sopp) << 3 | ((usbss) & 0x7))
|
/linux/drivers/gpu/drm/rockchip/ |
H A D | rockchip_drm_vop2.c | 180 struct vop2_video_port vps[ROCKCHIP_MAX_CRTC]; member 2153 vp = &vop2->vps[i]; in vop2_find_start_mixer_id_for_vp() 2314 struct vop2_video_port *vp0 = &vop2->vps[0]; in vop2_setup_layer_mixer() 2315 struct vop2_video_port *vp1 = &vop2->vps[1]; in vop2_setup_layer_mixer() 2316 struct vop2_video_port *vp2 = &vop2->vps[2]; in vop2_setup_layer_mixer() 2353 ofs += vop2->vps[i].nlayers; in vop2_setup_layer_mixer() 2583 struct vop2_video_port *vp = &vop2->vps[i]; in vop2_isr() 2675 struct vop2_video_port *vp = &vop2->vps[i]; in find_vp_without_primary() 2705 vp = &vop2->vps[i]; in vop2_create_crtcs() 2777 vp = &vop2->vps[i]; in vop2_create_crtcs() [all …]
|
/linux/drivers/ufs/host/ |
H A D | ufs-mediatek.c | 247 hba->vps->hba_enable_delay_us = 0; in ufs_mtk_hce_enable_notify() 249 hba->vps->hba_enable_delay_us = 600; in ufs_mtk_hce_enable_notify() 1024 hba->vps->wb_flush_threshold = UFS_WB_BUF_REMAIN_PERCENT(80); in ufs_mtk_init() 1596 hba->vps->devfreq_profile.polling_ms = 200; in ufs_mtk_config_scaling_param() 1597 hba->vps->ondemand_data.upthreshold = 50; in ufs_mtk_config_scaling_param() 1598 hba->vps->ondemand_data.downdifferential = 20; in ufs_mtk_config_scaling_param()
|
/linux/arch/mips/include/asm/octeon/ |
H A D | cvmx-pciercx-defs.h | 75 __BITFIELD_FIELD(uint32_t vps:1,
|
H A D | cvmx-pci-defs.h | 202 uint32_t vps:1; member 214 uint32_t vps:1;
|
/linux/drivers/ufs/core/ |
H A D | ufs-sysfs.c | 389 return sysfs_emit(buf, "%u\n", hba->vps->wb_flush_threshold); in wb_flush_threshold_show() 409 hba->vps->wb_flush_threshold = wb_flush_threshold; in wb_flush_threshold_store()
|
H A D | ufshcd.c | 1637 ufshcd_vops_config_scaling_param(hba, &hba->vps->devfreq_profile, in ufshcd_devfreq_init() 1638 &hba->vps->ondemand_data); in ufshcd_devfreq_init() 1640 &hba->vps->devfreq_profile, in ufshcd_devfreq_init() 1642 &hba->vps->ondemand_data); in ufshcd_devfreq_init() 4871 ufshcd_delay_us(hba->vps->hba_enable_delay_us, 100); in ufshcd_hba_execute_hce() 6108 return avail_buf < hba->vps->wb_flush_threshold; in ufshcd_wb_presrv_usrspc_keep_vcc_on() 10478 hba->vps = &ufs_hba_vps; in ufshcd_init()
|
/linux/include/ufs/ |
H A D | ufshcd.h | 1009 struct ufs_hba_variant_params *vps; member
|