Home
last modified time | relevance | path

Searched refs:TO_DCN10_OPP (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_opp.c144 struct dcn10_opp *oppn10 = TO_DCN10_OPP(opp); in opp1_program_bit_depth_reduction()
234 struct dcn10_opp *oppn10 = TO_DCN10_OPP(opp); in opp1_set_dyn_expansion()
272 struct dcn10_opp *oppn10 = TO_DCN10_OPP(opp); in opp1_program_clamping_and_pixel_encoding()
283 struct dcn10_opp *oppn10 = TO_DCN10_OPP(opp); in opp1_program_fmt()
306 struct dcn10_opp *oppn10 = TO_DCN10_OPP(opp); in opp1_program_stereo()
349 struct dcn10_opp *oppn10 = TO_DCN10_OPP(opp); in opp1_program_oppbuf()
379 struct dcn10_opp *oppn10 = TO_DCN10_OPP(opp); in opp1_pipe_clock_control()
391 kfree(TO_DCN10_OPP(*opp)); in opp1_destroy()
Ddcn10_opp.h30 #define TO_DCN10_OPP(opp)\ macro