Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/opp/dcn10/
H A Ddcn10_opp.c143 struct dcn10_opp *oppn10 = TO_DCN10_OPP(opp); in opp1_program_bit_depth_reduction()
253 struct dcn10_opp *oppn10 = TO_DCN10_OPP(opp); in opp1_set_dyn_expansion()
294 struct dcn10_opp *oppn10 = TO_DCN10_OPP(opp); in opp1_program_clamping_and_pixel_encoding()
305 struct dcn10_opp *oppn10 = TO_DCN10_OPP(opp); in opp1_program_fmt()
328 struct dcn10_opp *oppn10 = TO_DCN10_OPP(opp); in opp1_program_stereo()
369 struct dcn10_opp *oppn10 = TO_DCN10_OPP(opp); in opp1_pipe_clock_control()
381 kfree(TO_DCN10_OPP(*opp)); in opp1_destroy()
H A Ddcn10_opp.h30 #define TO_DCN10_OPP(opp)\ macro