Searched refs:num_slices_h (Results 1 – 10 of 10) sorted by relevance
553 int num_slices_h; in setup_dsc_config() local691 num_slices_h = min_slices_h; in setup_dsc_config()694 num_slices_h = min(policy.max_slices_h, max_slices_h); in setup_dsc_config()696 num_slices_h = max_slices_h; in setup_dsc_config()702 num_slices_h = min(policy.max_slices_h, max_slices_h); in setup_dsc_config()704 num_slices_h = max_slices_h; in setup_dsc_config()706 num_slices_h = min_slices_h; in setup_dsc_config()714 dsc_cfg->num_slices_h = num_slices_h; in setup_dsc_config()715 slice_width = pic_width / num_slices_h; in setup_dsc_config()
182 DC_LOG_DSC("\tnum_slices_h %d", config->dc_dsc_cfg.num_slices_h); in dsc_config_log()339 ASSERT(dsc_cfg->dc_dsc_cfg.num_slices_h); in dsc_prepare_config()351 if (!dsc_cfg->dc_dsc_cfg.num_slices_v || !dsc_cfg->dc_dsc_cfg.num_slices_h || in dsc_prepare_config()368 dsc_reg_vals->num_slices_h = dsc_cfg->dc_dsc_cfg.num_slices_h; in dsc_prepare_config()377 dsc_reg_vals->ich_reset_at_eol = (dsc_cfg->is_odm || dsc_reg_vals->num_slices_h > 1) ? 0xF : 0; in dsc_prepare_config()381 dsc_reg_vals->pps.slice_width = dsc_cfg->pic_width / dsc_cfg->dc_dsc_cfg.num_slices_h; in dsc_prepare_config()565 NUMBER_OF_SLICES_PER_LINE, reg_vals->num_slices_h - 1, in dsc_write_to_registers()
533 uint32_t num_slices_h; member
2056 pipes[pipe_cnt].dout.dsc_slices = res_ctx->pipe_ctx[i].stream->timing.dsc_cfg.num_slices_h;2504 dsc_cfg.dc_dsc_cfg.num_slices_h /= opp_cnt;
485 uint32_t num_slices_h; member527 if (params[i].num_slices_h) in set_dsc_configs_from_fairness_vars()528 params[i].timing->dsc_cfg.num_slices_h = params[i].num_slices_h; in set_dsc_configs_from_fairness_vars()748 params[count].num_slices_h = aconnector->dsc_settings.dsc_num_slices_h; in compute_mst_dsc_configs_for_link()
4859 stream->timing.dsc_cfg.num_slices_h = aconnector->dsc_settings.dsc_num_slices_h; in create_stream_for_sink()
454 ASSERT(dsc_cfg.dc_dsc_cfg.num_slices_h % opp_cnt == 0); in dp_set_dsc_on_stream()455 dsc_cfg.dc_dsc_cfg.num_slices_h /= opp_cnt; in dp_set_dsc_on_stream()465 dsc_cfg.dc_dsc_cfg.num_slices_h *= opp_cnt; in dp_set_dsc_on_stream()
110 stream->timing.dsc_cfg.num_slices_h = 0; in dc_stream_construct()
2248 uint32_t enable_dsc = (update->dsc_config->num_slices_h != 0 && in copy_stream_update_to_stream()
744 uint32_t num_slices_h; /* Number of DSC slices - horizontal */ member