Searched refs:opp_program_dpg_dimensions (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn201/ |
H A D | dcn201_opp.c | 51 .opp_program_dpg_dimensions = opp2_program_dpg_dimensions,
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/hw/ |
H A D | opp.h | 316 void (*opp_program_dpg_dimensions)( member
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/ |
H A D | dcn20_opp.c | 364 .opp_program_dpg_dimensions = opp2_program_dpg_dimensions,
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn10/ |
H A D | dcn10_opp.c | 378 .opp_program_dpg_dimensions = NULL,
|
H A D | dcn10_hw_sequencer.c | 2217 if (opp->funcs->opp_program_dpg_dimensions) in dcn10_enable_vblanks_synchronization() 2218 opp->funcs->opp_program_dpg_dimensions(opp, width, 2*(height) + 1); in dcn10_enable_vblanks_synchronization() 2254 if (opp->funcs->opp_program_dpg_dimensions) in dcn10_enable_vblanks_synchronization() 2255 opp->funcs->opp_program_dpg_dimensions(opp, width, height); in dcn10_enable_vblanks_synchronization() 2285 if (opp->funcs->opp_program_dpg_dimensions) in dcn10_enable_timing_synchronization() 2286 opp->funcs->opp_program_dpg_dimensions(opp, width, 2*(height) + 1); in dcn10_enable_timing_synchronization() 2332 if (opp->funcs->opp_program_dpg_dimensions) in dcn10_enable_timing_synchronization() 2333 opp->funcs->opp_program_dpg_dimensions(opp, width, height); in dcn10_enable_timing_synchronization()
|