Searched refs:dsc_pps_cfg (Results 1 – 1 of 1) sorted by relevance
4073 struct dsc_config dsc_pps_cfg; in add_link_update_dsc_config_sequence() local4136 memset(&dsc_pps_cfg, 0, sizeof(dsc_pps_cfg)); in add_link_update_dsc_config_sequence()4137 dsc_pps_cfg.pic_width = stream->timing.h_addressable + in add_link_update_dsc_config_sequence()4139 dsc_pps_cfg.pic_height = stream->timing.v_addressable + in add_link_update_dsc_config_sequence()4141 dsc_pps_cfg.pixel_encoding = stream->timing.pixel_encoding; in add_link_update_dsc_config_sequence()4142 dsc_pps_cfg.color_depth = stream->timing.display_color_depth; in add_link_update_dsc_config_sequence()4143 dsc_pps_cfg.is_odm = top_pipe->next_odm_pipe ? true : false; in add_link_update_dsc_config_sequence()4144 dsc_pps_cfg.dc_dsc_cfg = stream->timing.dsc_cfg; in add_link_update_dsc_config_sequence()4145 dsc_pps_cfg.dsc_padding = top_pipe->dsc_padding_params.dsc_hactive_padding; in add_link_update_dsc_config_sequence()4148 dsc->funcs->dsc_get_packed_pps(dsc, &dsc_pps_cfg, dsc_packed_pps); in add_link_update_dsc_config_sequence()