Searched refs:dc_dsc_cfg (Results 1 – 4 of 4) sorted by relevance
178 DC_LOG_DSC("\tnum_slices_h %d", config->dc_dsc_cfg.num_slices_h); in dsc_config_log()179 DC_LOG_DSC("\tnum_slices_v %d", config->dc_dsc_cfg.num_slices_v); in dsc_config_log()181 config->dc_dsc_cfg.bits_per_pixel, in dsc_config_log()182 config->dc_dsc_cfg.bits_per_pixel / 16, in dsc_config_log()183 ((config->dc_dsc_cfg.bits_per_pixel % 16) * 10000) / 16); in dsc_config_log()313 ASSERT(dsc_cfg->dc_dsc_cfg.num_slices_h); in dsc_prepare_config()314 ASSERT(dsc_cfg->dc_dsc_cfg.num_slices_v); in dsc_prepare_config()315 ASSERT(dsc_cfg->dc_dsc_cfg.version_minor == 1 || dsc_cfg->dc_dsc_cfg.version_minor == 2); in dsc_prepare_config()318 ASSERT((dsc_cfg->dc_dsc_cfg.version_minor == 1 && in dsc_prepare_config()319 (8 <= dsc_cfg->dc_dsc_cfg.linebuf_depth && dsc_cfg->dc_dsc_cfg.linebuf_depth <= 13)) || in dsc_prepare_config()[all …]
2160 dsc_cfg.dc_dsc_cfg = stream->timing.dsc_cfg; in dcn20_validate_dsc()2161 dsc_cfg.dc_dsc_cfg.num_slices_h /= opp_cnt; in dcn20_validate_dsc()
402 dsc_cfg.dc_dsc_cfg = stream->timing.dsc_cfg; in dp_set_dsc_on_stream()403 ASSERT(dsc_cfg.dc_dsc_cfg.num_slices_h % opp_cnt == 0); in dp_set_dsc_on_stream()404 dsc_cfg.dc_dsc_cfg.num_slices_h /= opp_cnt; in dp_set_dsc_on_stream()414 dsc_cfg.dc_dsc_cfg.num_slices_h *= opp_cnt; in dp_set_dsc_on_stream()503 dsc_cfg.dc_dsc_cfg = stream->timing.dsc_cfg; in dp_set_dsc_pps_sdp()
39 struct dc_dsc_config dc_dsc_cfg; member