Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/i915/display/
Dintel_vdsc.c330 u8 line_buf_depth = 0; in intel_dp_compute_dsc_params() local
360 line_buf_depth = drm_dp_dsc_sink_line_buf_depth(intel_dp->dsc_dpcd); in intel_dp_compute_dsc_params()
361 if (!line_buf_depth) { in intel_dp_compute_dsc_params()
366 vdsc_cfg->line_buf_depth = (line_buf_depth == DSC_1_2_MAX_LINEBUF_DEPTH_BITS) ? in intel_dp_compute_dsc_params()
367 DSC_1_2_MAX_LINEBUF_DEPTH_VAL : line_buf_depth; in intel_dp_compute_dsc_params()
369 vdsc_cfg->line_buf_depth = (line_buf_depth > DSC_1_1_MAX_LINEBUF_DEPTH_BITS) ? in intel_dp_compute_dsc_params()
370 DSC_1_1_MAX_LINEBUF_DEPTH_BITS : line_buf_depth; in intel_dp_compute_dsc_params()
501 vdsc_cfg->line_buf_depth << DSC_LINE_BUF_DEPTH_SHIFT; in intel_configure_pps_for_dsc_encoder()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dsc/
Drc_calc_dpi.c35 to->line_buf_depth = from->line_buf_depth; in copy_pps_fields()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_dsc.c261 DC_LOG_DSC("\tline_buf_depth %d", pps->line_buf_depth); in dsc_log_pps()
349 dsc_reg_vals->pps.line_buf_depth = dsc_cfg->dc_dsc_cfg.linebuf_depth; in dsc_prepare_config()
470 reg_vals->pps.line_buf_depth = 9; in dsc_init_reg_values()
557 LINEBUF_DEPTH, reg_vals->pps.line_buf_depth, in dsc_write_to_registers()
/Linux-v5.4/include/drm/
Ddrm_dsc.h80 u8 line_buf_depth; member
/Linux-v5.4/drivers/gpu/drm/
Ddrm_dsc.c89 dsc_cfg->line_buf_depth | in drm_dsc_pps_payload_pack()
Ddrm_dp_helper.c1419 u8 line_buf_depth = dsc_dpcd[DP_DSC_LINE_BUF_BIT_DEPTH - DP_DSC_SUPPORT]; in drm_dp_dsc_sink_line_buf_depth() local
1421 switch (line_buf_depth & DP_DSC_LINE_BUF_BIT_DEPTH_MASK) { in drm_dp_dsc_sink_line_buf_depth()