Home
last modified time | relevance | path

Searched refs:line_buf_depth (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dsc/
H A Drc_calc_dpi.c31 to->line_buf_depth = from->line_buf_depth; in copy_pps_fields()
/linux/include/drm/display/
H A Ddrm_dsc.h77 u8 line_buf_depth; member
/linux/drivers/gpu/drm/amd/display/dc/dsc/dcn20/
H A Ddcn20_dsc.c296 DC_LOG_DSC("\tline_buf_depth %d", pps->line_buf_depth); in dsc_log_pps()
412 dsc_reg_vals->pps.line_buf_depth = dsc_cfg->dc_dsc_cfg.linebuf_depth; in dsc_prepare_config()
539 reg_vals->pps.line_buf_depth = 9; in dsc_init_reg_values()
632 LINEBUF_DEPTH, reg_vals->pps.line_buf_depth, in dsc_write_to_registers()
/linux/drivers/gpu/drm/display/
H A Ddrm_dsc_helper.c118 dsc_cfg->line_buf_depth | in drm_dsc_pps_payload_pack()
1492 cfg->bits_per_component, FXP_Q4_ARGS(cfg->bits_per_pixel), cfg->line_buf_depth); in drm_dsc_dump_config_main_params()
H A Ddrm_dp_helper.c2517 u8 line_buf_depth = dsc_dpcd[DP_DSC_LINE_BUF_BIT_DEPTH - DP_DSC_SUPPORT]; in drm_dp_dsc_sink_line_buf_depth() local
2519 switch (line_buf_depth & DP_DSC_LINE_BUF_BIT_DEPTH_MASK) { in drm_dp_dsc_sink_line_buf_depth()
/linux/drivers/gpu/drm/i915/display/
H A Dintel_vdsc.c450 DSC_PPS0_LINE_BUF_DEPTH(vdsc_cfg->line_buf_depth); in intel_dsc_pps_configure()
862 vdsc_cfg->line_buf_depth = REG_FIELD_GET(DSC_PPS0_LINE_BUF_DEPTH_MASK, pps_temp); in intel_dsc_get_pps_config()
H A Dintel_dp.c1874 vdsc_cfg->line_buf_depth = min(INTEL_DP_DSC_MAX_LINE_BUF_DEPTH, in intel_dp_dsc_compute_params()
1876 if (!vdsc_cfg->line_buf_depth) { in intel_dp_dsc_compute_params()
H A Dintel_bios.c3512 vdsc_cfg->line_buf_depth = VBT_DSC_LINE_BUFFER_DEPTH(dsc->line_buffer_depth); in fill_dsc()
H A Dintel_display.c5720 PIPE_CONF_CHECK_I(dsc.config.line_buf_depth); in intel_pipe_config_compare()
/linux/drivers/gpu/drm/amd/display/dc/dsc/dcn401/
H A Ddcn401_dsc.c272 LINEBUF_DEPTH, reg_vals->pps.line_buf_depth, in dsc_write_to_registers()
/linux/drivers/gpu/drm/msm/dsi/
H A Ddsi_host.c1790 dsc->line_buf_depth = dsc->bits_per_component + 1; in dsi_populate_dsc_params()