Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dsc/dcn35/
H A Ddcn35_dsc.c48 dsc20->base.ctx
51 dsc20->dsc_regs->reg
55 ((const struct dcn35_dsc_shift *)(dsc20->dsc_shift))->field_name, \
56 ((const struct dcn35_dsc_mask *)(dsc20->dsc_mask))->field_name
81 struct dcn20_dsc *dsc20 = TO_DCN20_DSC(dsc); in dsc35_enable() local
111 void dsc35_set_fgcg(struct dcn20_dsc *dsc20, bool enable) in dsc35_set_fgcg() argument
H A Ddcn35_dsc.h57 void dsc35_set_fgcg(struct dcn20_dsc *dsc20, bool enable);
/linux/drivers/gpu/drm/amd/display/dc/dsc/dcn20/
H A Ddcn20_dsc.c50 dsc20->base.ctx
53 dsc20->dsc_regs->reg
57 dsc20->dsc_shift->field_name, dsc20->dsc_mask->field_name
145 struct dcn20_dsc *dsc20 = TO_DCN20_DSC(dsc); in dsc2_read_state() local
161 struct dcn20_dsc *dsc20 = TO_DCN20_DSC(dsc); in dsc2_read_reg_state() local
170 struct dcn20_dsc *dsc20 = TO_DCN20_DSC(dsc); in dsc2_validate_stream() local
172 if (dsc_cfg->pic_width > dsc20->max_image_width) in dsc2_validate_stream()
175 return dsc_prepare_config(dsc_cfg, &dsc20->reg_vals, &dsc_optc_cfg); in dsc2_validate_stream()
194 struct dcn20_dsc *dsc20 = TO_DCN20_DSC(dsc); in dsc2_set_config() local
198 is_config_ok = dsc_prepare_config(dsc_cfg, &dsc20->reg_vals, dsc_optc_cfg); in dsc2_set_config()
[all …]