Home
last modified time | relevance | path

Searched refs:dpp_pg_control (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn302/
H A Ddcn302_init.c38 dc->hwseq->funcs.dpp_pg_control = dcn302_dpp_pg_control; in dcn302_hw_sequencer_construct()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn303/
H A Ddcn303_init.c36 dc->hwseq->funcs.dpp_pg_control = dcn303_dpp_pg_control; in dcn303_hw_sequencer_construct()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn10/
H A Ddcn10_init.c116 .dpp_pg_control = dcn10_dpp_pg_control,
H A Ddcn10_hwseq.c1021 if (hws->funcs.dpp_pg_control) in power_on_plane_resources()
1022 hws->funcs.dpp_pg_control(hws, plane_id, true); in power_on_plane_resources()
1499 if (hws->funcs.dpp_pg_control) in dcn10_plane_atomic_power_down()
1500 hws->funcs.dpp_pg_control(hws, dpp->inst, false); in dcn10_plane_atomic_power_down()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn201/
H A Ddcn201_init.c121 .dpp_pg_control = dcn10_dpp_pg_control,
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn21/
H A Ddcn21_init.c132 .dpp_pg_control = dcn20_dpp_pg_control,
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_init.c129 .dpp_pg_control = dcn20_dpp_pg_control,
H A Ddcn20_hwseq.c1282 if (hws->funcs.dpp_pg_control) in dcn20_power_on_plane_resources()
1283 hws->funcs.dpp_pg_control(hws, pipe_ctx->plane_res.dpp->inst, true); in dcn20_power_on_plane_resources()
/linux/drivers/gpu/drm/amd/display/dc/hwss/
H A Dhw_sequencer_private.h147 void (*dpp_pg_control)(struct dce_hwseq *hws, member
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c2966 if (hws->funcs.dpp_pg_control) in dcn401_plane_atomic_power_down()
2967 hws->funcs.dpp_pg_control(hws, dpp->inst, false); in dcn401_plane_atomic_power_down()
3547 if (REG(DC_IP_REQUEST_CNTL) && hws->funcs.dpp_pg_control) in dcn401_enable_plane_sequence()
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_hw_sequencer.c2891 if (hws->funcs.dpp_pg_control) in hwss_dpp_pg_control()
2892 hws->funcs.dpp_pg_control(hws, dpp_inst, power_on); in hwss_dpp_pg_control()