Searched refs:slice_chunk_size (Results 1 – 12 of 12) sorted by relevance
66 to->slice_chunk_size = from->slice_chunk_size; in copy_pps_fields()115 (uint32_t)(div_u64(((uint64_t)dsc_cfg.slice_chunk_size * 0x10000000 + (dsc_cfg.slice_width - 1)), in dscc_compute_dsc_parameters()
35 return dsc->slice_count * dsc->slice_chunk_size; in msm_dsc_get_bytes_per_line()
154 pps_payload->chunk_size = cpu_to_be16(dsc_cfg->slice_chunk_size); in drm_dsc_pps_payload_pack()1328 vdsc_cfg->slice_chunk_size = DIV_ROUND_UP(vdsc_cfg->slice_width / 2 * in drm_dsc_compute_rc_parameters()1337 vdsc_cfg->slice_chunk_size = DIV_ROUND_UP(vdsc_cfg->slice_width * in drm_dsc_compute_rc_parameters()1355 slice_bits = 8 * vdsc_cfg->slice_chunk_size * vdsc_cfg->slice_height; in drm_dsc_compute_rc_parameters()1484 cfg->slice_count, cfg->slice_width, cfg->slice_height, cfg->slice_chunk_size); in drm_dsc_dump_config_main_params()
176 #define DSC_PPS16_SLICE_CHUNK_SIZE(slice_chunk_size) REG_FIELD_PREP(DSC_PPS16_SLICE_CHUNK_SIZE_M… argument177 slice_chunk_size)
516 pps_val = DSC_PPS16_SLICE_CHUNK_SIZE(vdsc_cfg->slice_chunk_size) | in intel_dsc_pps_configure()925 vdsc_cfg->slice_chunk_size = REG_FIELD_GET(DSC_PPS16_SLICE_CHUNK_SIZE_MASK, pps_temp); in intel_dsc_get_pps_config()
5469 PIPE_CONF_CHECK_I(dsc.config.slice_chunk_size); in intel_pipe_config_compare()
233 u16 slice_chunk_size; member
83 data = dsc->slice_chunk_size << 16; in dpu_hw_dsc_config()
168 (dsc->slice_chunk_size) & 0xffff); in dpu_hw_dsc_config_1_2()
306 DC_LOG_DSC("\tslice_chunk_size %d", pps->slice_chunk_size); in dsc_log_pps()542 reg_vals->pps.slice_chunk_size = 0; in dsc_init_reg_values()647 CHUNK_SIZE, reg_vals->pps.slice_chunk_size); in dsc_write_to_registers()
863 total_bytes_per_intf = dsc->slice_chunk_size * slice_per_intf; in dsi_update_dsc_timing()864 bytes_per_pkt = dsc->slice_chunk_size; /* * slice_per_pkt; */ in dsi_update_dsc_timing()901 reg_ctrl2 |= DSI_COMMAND_COMPRESSION_MODE_CTRL2_STREAM0_SLICE_WIDTH(dsc->slice_chunk_size); in dsi_update_dsc_timing()1028 wc = msm_host->dsc->slice_chunk_size + 1; in dsi_timing_setup()
287 CHUNK_SIZE, reg_vals->pps.slice_chunk_size); in dsc_write_to_registers()
Completed in 74 milliseconds