Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
H A Damdgpu_dcn20_dsc.c345 (8 <= dsc_cfg->dc_dsc_cfg.linebuf_depth && dsc_cfg->dc_dsc_cfg.linebuf_depth <= 13)) || in dsc_prepare_config()
347 ((8 <= dsc_cfg->dc_dsc_cfg.linebuf_depth && dsc_cfg->dc_dsc_cfg.linebuf_depth <= 15) || in dsc_prepare_config()
348 dsc_cfg->dc_dsc_cfg.linebuf_depth == 0))); in dsc_prepare_config()
355 8 <= dsc_cfg->dc_dsc_cfg.linebuf_depth && dsc_cfg->dc_dsc_cfg.linebuf_depth <= 13) || in dsc_prepare_config()
357 ((8 <= dsc_cfg->dc_dsc_cfg.linebuf_depth && dsc_cfg->dc_dsc_cfg.linebuf_depth <= 15) || in dsc_prepare_config()
358 dsc_cfg->dc_dsc_cfg.linebuf_depth == 0))) || in dsc_prepare_config()
375 dsc_reg_vals->pps.line_buf_depth = dsc_cfg->dc_dsc_cfg.linebuf_depth; in dsc_prepare_config()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/
H A Ddc_hw_types.h709 uint32_t linebuf_depth; /* DSC line buffer depth */ member
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
H A Damdgpu_dc_stream.c119 stream->timing.dsc_cfg.linebuf_depth = 9; in dc_stream_construct()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dsc/
H A Damdgpu_dc_dsc.c762 dsc_cfg->linebuf_depth = dsc_common_caps.lb_bit_depth; in setup_dsc_config()