Searched refs:slice_chunk_size (Results 1 – 6 of 6) sorted by relevance
131 pps_payload->chunk_size = cpu_to_be16(dsc_cfg->slice_chunk_size); in drm_dsc_pps_payload_pack()278 vdsc_cfg->slice_chunk_size = DIV_ROUND_UP(vdsc_cfg->slice_width / 2 * in drm_dsc_compute_rc_parameters()287 vdsc_cfg->slice_chunk_size = DIV_ROUND_UP(vdsc_cfg->slice_width * in drm_dsc_compute_rc_parameters()305 slice_bits = 8 * vdsc_cfg->slice_chunk_size * vdsc_cfg->slice_height; in drm_dsc_compute_rc_parameters()
74 to->slice_chunk_size = from->slice_chunk_size; in copy_pps_fields()
238 u16 slice_chunk_size; member
297 DC_LOG_DSC("\tslice_chunk_size %d", pps->slice_chunk_size); in dsc_log_pps()499 reg_vals->pps.slice_chunk_size = 0; in dsc_init_reg_values()598 CHUNK_SIZE, reg_vals->pps.slice_chunk_size); in dsc_write_to_registers()
747 pps_val |= DSC_SLICE_CHUNK_SIZE(vdsc_cfg->slice_chunk_size) | in intel_dsc_pps_configure()
12004 #define DSC_SLICE_CHUNK_SIZE(slice_chunk_size) ((slice_chunk_size) << 0) argument