Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn302/ !
H A Ddcn302_init.c39 dc->hwseq->funcs.hubp_pg_control = dcn302_hubp_pg_control; in dcn302_hw_sequencer_construct()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn303/ !
H A Ddcn303_init.c37 dc->hwseq->funcs.hubp_pg_control = dcn303_hubp_pg_control; in dcn303_hw_sequencer_construct()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn10/ !
H A Ddcn10_init.c117 .hubp_pg_control = dcn10_hubp_pg_control,
H A Ddcn10_hwseq.c1024 if (hws->funcs.hubp_pg_control) in power_on_plane_resources()
1025 hws->funcs.hubp_pg_control(hws, plane_id, true); in power_on_plane_resources()
1047 hws->funcs.hubp_pg_control(hws, 0, false); in undo_DEGVIDCN10_253_wa()
1076 hws->funcs.hubp_pg_control(hws, 0, true); in apply_DEGVIDCN10_253_wa()
1502 if (hws->funcs.hubp_pg_control) in dcn10_plane_atomic_power_down()
1503 hws->funcs.hubp_pg_control(hws, hubp->inst, false); in dcn10_plane_atomic_power_down()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn201/ !
H A Ddcn201_init.c122 .hubp_pg_control = dcn10_hubp_pg_control,
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn21/ !
H A Ddcn21_init.c133 .hubp_pg_control = dcn20_hubp_pg_control,
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn20/ !
H A Ddcn20_init.c130 .hubp_pg_control = dcn20_hubp_pg_control,
H A Ddcn20_hwseq.c1285 if (hws->funcs.hubp_pg_control) in dcn20_power_on_plane_resources()
1286 hws->funcs.hubp_pg_control(hws, pipe_ctx->plane_res.hubp->inst, true); in dcn20_power_on_plane_resources()
/linux/drivers/gpu/drm/amd/display/dc/hwss/ !
H A Dhw_sequencer_private.h150 void (*hubp_pg_control)(struct dce_hwseq *hws, member
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/ !
H A Ddcn401_hwseq.c2969 if (hws->funcs.hubp_pg_control) in dcn401_plane_atomic_power_down()
2970 hws->funcs.hubp_pg_control(hws, hubp->inst, false); in dcn401_plane_atomic_power_down()
3551 if (REG(DC_IP_REQUEST_CNTL) && hws->funcs.hubp_pg_control) in dcn401_enable_plane_sequence()
/linux/drivers/gpu/drm/amd/display/dc/core/ !
H A Ddc_hw_sequencer.c2901 if (hws->funcs.hubp_pg_control) in hwss_hubp_pg_control()
2902 hws->funcs.hubp_pg_control(hws, hubp_inst, power_on); in hwss_hubp_pg_control()