Home
last modified time | relevance | path

Searched refs:linebuf_depth (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dsc/dcn20/
H A Ddcn20_dsc.c383 (8 <= dsc_cfg->dc_dsc_cfg.linebuf_depth && dsc_cfg->dc_dsc_cfg.linebuf_depth <= 13)) || in dsc_prepare_config()
385 ((8 <= dsc_cfg->dc_dsc_cfg.linebuf_depth && dsc_cfg->dc_dsc_cfg.linebuf_depth <= 15) || in dsc_prepare_config()
386 dsc_cfg->dc_dsc_cfg.linebuf_depth == 0))); in dsc_prepare_config()
393 8 <= dsc_cfg->dc_dsc_cfg.linebuf_depth && dsc_cfg->dc_dsc_cfg.linebuf_depth <= 13) || in dsc_prepare_config()
395 ((8 <= dsc_cfg->dc_dsc_cfg.linebuf_depth && dsc_cfg->dc_dsc_cfg.linebuf_depth <= 15) || in dsc_prepare_config()
396 dsc_cfg->dc_dsc_cfg.linebuf_depth == 0))) || in dsc_prepare_config()
413 dsc_reg_vals->pps.line_buf_depth = dsc_cfg->dc_dsc_cfg.linebuf_depth; in dsc_prepare_config()
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_hw_types.h871 uint32_t linebuf_depth; /* DSC line buffer depth */ member
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_stream.c119 stream->timing.dsc_cfg.linebuf_depth = 9; in dc_stream_construct()