Home
last modified time | relevance | path

Searched refs:slice_chunk_size (Results 1 – 8 of 8) sorted by relevance

/linux-6.1.9/drivers/gpu/drm/display/
Ddrm_dsc_helper.c153 pps_payload->chunk_size = cpu_to_be16(dsc_cfg->slice_chunk_size); in drm_dsc_pps_payload_pack()
299 vdsc_cfg->slice_chunk_size = DIV_ROUND_UP(vdsc_cfg->slice_width / 2 * in drm_dsc_compute_rc_parameters()
308 vdsc_cfg->slice_chunk_size = DIV_ROUND_UP(vdsc_cfg->slice_width * in drm_dsc_compute_rc_parameters()
326 slice_bits = 8 * vdsc_cfg->slice_chunk_size * vdsc_cfg->slice_height; in drm_dsc_compute_rc_parameters()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dsc/
Drc_calc_dpi.c66 to->slice_chunk_size = from->slice_chunk_size; in copy_pps_fields()
115 tmp = (unsigned long long)dsc_cfg.slice_chunk_size * 0x10000000 + (dsc_cfg.slice_width - 1); in dscc_compute_dsc_parameters()
/linux-6.1.9/include/drm/display/
Ddrm_dsc.h236 u16 slice_chunk_size; member
/linux-6.1.9/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_hw_dsc.c76 data = dsc->slice_chunk_size << 16; in dpu_hw_dsc_config()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_dsc.c312 DC_LOG_DSC("\tslice_chunk_size %d", pps->slice_chunk_size); in dsc_log_pps()
515 reg_vals->pps.slice_chunk_size = 0; in dsc_init_reg_values()
620 CHUNK_SIZE, reg_vals->pps.slice_chunk_size); in dsc_write_to_registers()
/linux-6.1.9/drivers/gpu/drm/i915/display/
Dintel_vdsc.c885 pps_val |= DSC_SLICE_CHUNK_SIZE(vdsc_cfg->slice_chunk_size) | in intel_dsc_pps_configure()
/linux-6.1.9/drivers/gpu/drm/msm/dsi/
Ddsi_host.c863 total_bytes_per_intf = dsc->slice_chunk_size * slice_per_intf; in dsi_update_dsc_timing()
889 reg_ctrl2 |= DSI_COMMAND_COMPRESSION_MODE_CTRL2_STREAM0_SLICE_WIDTH(dsc->slice_chunk_size); in dsi_update_dsc_timing()
/linux-6.1.9/drivers/gpu/drm/i915/
Di915_reg.h8239 #define DSC_SLICE_CHUNK_SIZE(slice_chunk_size) ((slice_chunk_size) << 0) argument