linebuf_depth     117 drivers/gpu/drm/amd/display/dc/core/dc_stream.c 	stream->timing.dsc_cfg.linebuf_depth = 9;
linebuf_depth     770 drivers/gpu/drm/amd/display/dc/dc_hw_types.h 	uint32_t linebuf_depth; /* DSC line buffer depth */
linebuf_depth     319 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.c 		  (8 <= dsc_cfg->dc_dsc_cfg.linebuf_depth && dsc_cfg->dc_dsc_cfg.linebuf_depth <= 13)) ||
linebuf_depth     321 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.c 		  ((8 <= dsc_cfg->dc_dsc_cfg.linebuf_depth && dsc_cfg->dc_dsc_cfg.linebuf_depth <= 15) ||
linebuf_depth     322 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.c 		    dsc_cfg->dc_dsc_cfg.linebuf_depth == 0)));
linebuf_depth     329 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.c 			8 <= dsc_cfg->dc_dsc_cfg.linebuf_depth && dsc_cfg->dc_dsc_cfg.linebuf_depth <= 13) ||
linebuf_depth     331 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.c 			((8 <= dsc_cfg->dc_dsc_cfg.linebuf_depth && dsc_cfg->dc_dsc_cfg.linebuf_depth <= 15) ||
linebuf_depth     332 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.c 			dsc_cfg->dc_dsc_cfg.linebuf_depth == 0))) ||
linebuf_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;
linebuf_depth     701 drivers/gpu/drm/amd/display/dc/dsc/dc_dsc.c 		dsc_cfg->linebuf_depth = dsc_common_caps.lb_bit_depth;