line_buf_depth 261 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.c DC_LOG_DSC("\tline_buf_depth %d", pps->line_buf_depth); line_buf_depth 349 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.c dsc_reg_vals->pps.line_buf_depth = dsc_cfg->dc_dsc_cfg.linebuf_depth; line_buf_depth 470 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.c reg_vals->pps.line_buf_depth = 9; line_buf_depth 557 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.c LINEBUF_DEPTH, reg_vals->pps.line_buf_depth, line_buf_depth 35 drivers/gpu/drm/amd/display/dc/dsc/rc_calc_dpi.c to->line_buf_depth = from->line_buf_depth; line_buf_depth 1419 drivers/gpu/drm/drm_dp_helper.c u8 line_buf_depth = dsc_dpcd[DP_DSC_LINE_BUF_BIT_DEPTH - DP_DSC_SUPPORT]; line_buf_depth 1421 drivers/gpu/drm/drm_dp_helper.c switch (line_buf_depth & DP_DSC_LINE_BUF_BIT_DEPTH_MASK) { line_buf_depth 89 drivers/gpu/drm/drm_dsc.c dsc_cfg->line_buf_depth | line_buf_depth 330 drivers/gpu/drm/i915/display/intel_vdsc.c u8 line_buf_depth = 0; line_buf_depth 360 drivers/gpu/drm/i915/display/intel_vdsc.c line_buf_depth = drm_dp_dsc_sink_line_buf_depth(intel_dp->dsc_dpcd); line_buf_depth 361 drivers/gpu/drm/i915/display/intel_vdsc.c if (!line_buf_depth) { line_buf_depth 366 drivers/gpu/drm/i915/display/intel_vdsc.c vdsc_cfg->line_buf_depth = (line_buf_depth == DSC_1_2_MAX_LINEBUF_DEPTH_BITS) ? line_buf_depth 367 drivers/gpu/drm/i915/display/intel_vdsc.c DSC_1_2_MAX_LINEBUF_DEPTH_VAL : line_buf_depth; line_buf_depth 369 drivers/gpu/drm/i915/display/intel_vdsc.c vdsc_cfg->line_buf_depth = (line_buf_depth > DSC_1_1_MAX_LINEBUF_DEPTH_BITS) ? line_buf_depth 370 drivers/gpu/drm/i915/display/intel_vdsc.c DSC_1_1_MAX_LINEBUF_DEPTH_BITS : line_buf_depth; line_buf_depth 501 drivers/gpu/drm/i915/display/intel_vdsc.c vdsc_cfg->line_buf_depth << DSC_LINE_BUF_DEPTH_SHIFT; line_buf_depth 80 include/drm/drm_dsc.h u8 line_buf_depth;