Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_opp.c142 struct dcn10_opp *oppn10 = TO_DCN10_OPP(opp); in opp1_program_bit_depth_reduction()
232 struct dcn10_opp *oppn10 = TO_DCN10_OPP(opp); in opp1_set_dyn_expansion()
270 struct dcn10_opp *oppn10 = TO_DCN10_OPP(opp); in opp1_program_clamping_and_pixel_encoding()
281 struct dcn10_opp *oppn10 = TO_DCN10_OPP(opp); in opp1_program_fmt()
304 struct dcn10_opp *oppn10 = TO_DCN10_OPP(opp); in opp1_program_stereo()
347 struct dcn10_opp *oppn10 = TO_DCN10_OPP(opp); in opp1_program_oppbuf()
372 struct dcn10_opp *oppn10 = TO_DCN10_OPP(opp); in opp1_pipe_clock_control()
384 kfree(TO_DCN10_OPP(*opp)); in opp1_destroy()
Ddcn10_opp.h30 #define TO_DCN10_OPP(opp)\ macro