Searched refs:dpp_pg_control (Results 1 – 11 of 11) sorted by relevance
| /linux/drivers/gpu/drm/amd/display/dc/hwss/dcn302/ |
| H A D | dcn302_init.c | 38 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 D | dcn303_init.c | 36 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 D | dcn10_init.c | 116 .dpp_pg_control = dcn10_dpp_pg_control,
|
| H A D | dcn10_hwseq.c | 1021 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 D | dcn201_init.c | 121 .dpp_pg_control = dcn10_dpp_pg_control,
|
| /linux/drivers/gpu/drm/amd/display/dc/hwss/dcn21/ |
| H A D | dcn21_init.c | 132 .dpp_pg_control = dcn20_dpp_pg_control,
|
| /linux/drivers/gpu/drm/amd/display/dc/hwss/dcn20/ |
| H A D | dcn20_init.c | 129 .dpp_pg_control = dcn20_dpp_pg_control,
|
| H A D | dcn20_hwseq.c | 1282 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 D | hw_sequencer_private.h | 147 void (*dpp_pg_control)(struct dce_hwseq *hws, member
|
| /linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/ |
| H A D | dcn401_hwseq.c | 2966 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 D | dc_hw_sequencer.c | 2891 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()
|