Searched refs:vps (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_cursor_plane.c | 75 struct vmw_plane_state *vps) in vmw_cursor_plane_update_legacy() argument 77 struct vmw_surface *surface = vmw_user_object_surface(&vps->uo); in vmw_cursor_plane_update_legacy() 78 s32 hotspot_x = vps->cursor.legacy.hotspot_x + vps->base.hotspot_x; in vmw_cursor_plane_update_legacy() 79 s32 hotspot_y = vps->cursor.legacy.hotspot_y + vps->base.hotspot_y; in vmw_cursor_plane_update_legacy() 84 if (vps->cursor.legacy.id != surface->snooper.id) { in vmw_cursor_plane_update_legacy() 86 vps->base.crtc_w, vps->base.crtc_h, in vmw_cursor_plane_update_legacy() 88 vps->cursor.legacy.id = surface->snooper.id; in vmw_cursor_plane_update_legacy() 93 vmw_cursor_update_type(struct vmw_private *vmw, struct vmw_plane_state *vps) in vmw_cursor_update_type() argument 95 struct vmw_surface *surface = vmw_user_object_surface(&vps->uo); in vmw_cursor_update_type() 111 struct vmw_plane_state *vps) in vmw_cursor_update_mob() argument [all …]
|
| /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 | 1775 struct nal_hevc_vps *vps; in allegro_hevc_write_vps() local 1783 vps = kzalloc_obj(*vps); in allegro_hevc_write_vps() 1784 if (!vps) in allegro_hevc_write_vps() 1787 vps->base_layer_internal_flag = 1; in allegro_hevc_write_vps() 1788 vps->base_layer_available_flag = 1; in allegro_hevc_write_vps() 1789 vps->temporal_id_nesting_flag = 1; in allegro_hevc_write_vps() 1791 ptl = &vps->profile_tier_level; in allegro_hevc_write_vps() 1799 vps->sub_layer_ordering_info_present_flag = 0; in allegro_hevc_write_vps() 1800 vps->max_dec_pic_buffering_minus1[0] = num_ref_frames; in allegro_hevc_write_vps() 1801 vps->max_num_reorder_pics[0] = num_ref_frames; in allegro_hevc_write_vps() [all …]
|
| /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/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/gpu/drm/rockchip/ |
| H A D | rockchip_vop2_reg.c | 2146 struct vop2_video_port *vp0 = &vop2->vps[0]; in rk3568_vop2_setup_layer_mixer() 2147 struct vop2_video_port *vp1 = &vop2->vps[1]; in rk3568_vop2_setup_layer_mixer() 2148 struct vop2_video_port *vp2 = &vop2->vps[2]; in rk3568_vop2_setup_layer_mixer() 2191 ofs += vop2->vps[i].nlayers; in rk3568_vop2_setup_layer_mixer()
|