Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dsc/
Drc_calc_dpi.c31 to->line_buf_depth = from->line_buf_depth; in copy_pps_fields()
/Linux-v6.6/include/drm/display/
Ddrm_dsc.h80 u8 line_buf_depth; member
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_dsc.c293 DC_LOG_DSC("\tline_buf_depth %d", pps->line_buf_depth); in dsc_log_pps()
409 dsc_reg_vals->pps.line_buf_depth = dsc_cfg->dc_dsc_cfg.linebuf_depth; in dsc_prepare_config()
536 reg_vals->pps.line_buf_depth = 9; in dsc_init_reg_values()
629 LINEBUF_DEPTH, reg_vals->pps.line_buf_depth, in dsc_write_to_registers()
/Linux-v6.6/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_hw_dsc.c66 data |= (dsc->line_buf_depth << 3); in dpu_hw_dsc_config()
Ddpu_hw_dsc_1_2.c150 data |= (dsc->line_buf_depth & 0xf) << 6; in dpu_hw_dsc_config_1_2()
/Linux-v6.6/drivers/gpu/drm/i915/display/
Dintel_dp.c1579 u8 line_buf_depth; in intel_dp_dsc_compute_params() local
1608 line_buf_depth = drm_dp_dsc_sink_line_buf_depth(intel_dp->dsc_dpcd); in intel_dp_dsc_compute_params()
1609 if (!line_buf_depth) { in intel_dp_dsc_compute_params()
1616 vdsc_cfg->line_buf_depth = (line_buf_depth == DSC_1_2_MAX_LINEBUF_DEPTH_BITS) ? in intel_dp_dsc_compute_params()
1617 DSC_1_2_MAX_LINEBUF_DEPTH_VAL : line_buf_depth; in intel_dp_dsc_compute_params()
1619 vdsc_cfg->line_buf_depth = (line_buf_depth > DSC_1_1_MAX_LINEBUF_DEPTH_BITS) ? in intel_dp_dsc_compute_params()
1620 DSC_1_1_MAX_LINEBUF_DEPTH_BITS : line_buf_depth; in intel_dp_dsc_compute_params()
Dintel_vdsc.c380 vdsc_cfg->line_buf_depth << DSC_LINE_BUF_DEPTH_SHIFT; in intel_dsc_pps_configure()
Dintel_bios.c3422 vdsc_cfg->line_buf_depth = VBT_DSC_LINE_BUFFER_DEPTH(dsc->line_buffer_depth); in fill_dsc()
/Linux-v6.6/drivers/gpu/drm/display/
Ddrm_dsc_helper.c117 dsc_cfg->line_buf_depth | in drm_dsc_pps_payload_pack()
Ddrm_dp_helper.c2402 u8 line_buf_depth = dsc_dpcd[DP_DSC_LINE_BUF_BIT_DEPTH - DP_DSC_SUPPORT]; in drm_dp_dsc_sink_line_buf_depth() local
2404 switch (line_buf_depth & DP_DSC_LINE_BUF_BIT_DEPTH_MASK) { in drm_dp_dsc_sink_line_buf_depth()
/Linux-v6.6/drivers/gpu/drm/msm/dsi/
Ddsi_host.c1768 dsc->line_buf_depth = dsc->bits_per_component + 1; in dsi_populate_dsc_params()