Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_opp.c142 struct dcn10_opp *oppn10 = TO_DCN10_OPP(opp); in opp1_program_bit_depth_reduction()
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()
367 kfree(TO_DCN10_OPP(*opp)); in opp1_destroy()
H A Ddcn10_opp.h30 #define TO_DCN10_OPP(opp)\ macro