Home
last modified time | relevance | path

Searched refs:dpp_root_clock_control (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Ddccg.h315 void (*dpp_root_clock_control)( member
/linux/drivers/gpu/drm/amd/display/dc/dccg/dcn314/
H A Ddcn314_dccg.c359 .dpp_root_clock_control = dccg314_dpp_root_clock_control,
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c2911 if (hws->funcs.dpp_root_clock_control) in dcn401_plane_atomic_power_down()
2912 hws->funcs.dpp_root_clock_control(hws, dpp->inst, false); in dcn401_plane_atomic_power_down()
3468 if (hws->funcs.dpp_root_clock_control) in dcn401_enable_plane_sequence()
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_hw_sequencer.c2950 if (hws->funcs.dpp_root_clock_control) in hwss_dpp_root_clock_control()
2951 hws->funcs.dpp_root_clock_control(hws, dpp_inst, clock_on); in hwss_dpp_root_clock_control()