Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_dwb.c52 struct dcn20_dwbc *dwbc20 = TO_DCN20_DWBC(dwbc); in dwb2_get_caps()
74 struct dcn20_dwbc *dwbc20 = TO_DCN20_DWBC(dwbc); in dwb2_config_dwb_cnv()
101 struct dcn20_dwbc *dwbc20 = TO_DCN20_DWBC(dwbc); in dwb2_enable()
137 struct dcn20_dwbc *dwbc20 = TO_DCN20_DWBC(dwbc); in dwb2_disable()
160 struct dcn20_dwbc *dwbc20 = TO_DCN20_DWBC(dwbc); in dwb2_update()
200 struct dcn20_dwbc *dwbc20 = TO_DCN20_DWBC(dwbc); in dwb2_is_enabled()
213 struct dcn20_dwbc *dwbc20 = TO_DCN20_DWBC(dwbc); in dwb2_set_stereo()
229 struct dcn20_dwbc *dwbc20 = TO_DCN20_DWBC(dwbc); in dwb2_set_new_content()
238 struct dcn20_dwbc *dwbc20 = TO_DCN20_DWBC(dwbc); in dwb2_set_warmup()
252 struct dcn20_dwbc *dwbc20 = TO_DCN20_DWBC(dwbc); in dwb2_set_scaler()
[all …]
H A Ddcn20_dwb_scl.c47 container_of(dwbc_base, struct dcn20_dwbc, base)
683 struct dcn20_dwbc *dwbc20, in wbscl_set_scaler_filter()
722 bool dwb_program_horz_scalar(struct dcn20_dwbc *dwbc20, in dwb_program_horz_scalar()
800 bool dwb_program_vert_scalar(struct dcn20_dwbc *dwbc20, in dwb_program_vert_scalar()
H A Ddcn20_dwb.h28 container_of(dwbc_base, struct dcn20_dwbc, base)
388 struct dcn20_dwbc { struct
395 void dcn20_dwbc_construct(struct dcn20_dwbc *dwbc20, argument
417 bool dwb_program_vert_scalar(struct dcn20_dwbc *dwbc20,
423 bool dwb_program_horz_scalar(struct dcn20_dwbc *dwbc20,
H A Ddcn20_resource.c2236 struct dcn20_dwbc *dwbc20 = kzalloc(sizeof(struct dcn20_dwbc), in dcn20_dwbc_create()