Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_opp.c50 struct dcn10_opp *oppn10, in opp1_set_truncation()
60 struct dcn10_opp *oppn10, in opp1_set_spatial_dither()
142 struct dcn10_opp *oppn10 = TO_DCN10_OPP(opp); in opp1_program_bit_depth_reduction()
160 struct dcn10_opp *oppn10, in opp1_set_pixel_encoding()
196 struct dcn10_opp *oppn10, in opp1_set_clamping()
239 struct dcn10_opp *oppn10 = TO_DCN10_OPP(opp); in opp1_set_dyn_expansion()
280 struct dcn10_opp *oppn10 = TO_DCN10_OPP(opp); in opp1_program_clamping_and_pixel_encoding()
291 struct dcn10_opp *oppn10 = TO_DCN10_OPP(opp); in opp1_program_fmt()
314 struct dcn10_opp *oppn10 = TO_DCN10_OPP(opp); in opp1_program_stereo()
355 struct dcn10_opp *oppn10 = TO_DCN10_OPP(opp); in opp1_pipe_clock_control()
[all …]
H A Ddcn10_opp.h31 container_of(opp, struct dcn10_opp, base)
148 struct dcn10_opp { struct
158 void dcn10_opp_construct(struct dcn10_opp *oppn10, argument
H A DMakefile27 dcn10_dpp.o dcn10_opp.o dcn10_optc.o \
H A Ddcn10_resource.c611 struct dcn10_opp *opp = in dcn10_opp_create()
612 kzalloc(sizeof(struct dcn10_opp), GFP_KERNEL); in dcn10_opp_create()