Home
last modified time | relevance | path

Searched refs:dpp_pg_control_params (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/hwss/
H A Dhw_sequencer.h577 struct dpp_pg_control_params { struct
826 struct dpp_pg_control_params dpp_pg_control_params; member
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_hw_sequencer.c2887 struct dce_hwseq *hws = params->dpp_pg_control_params.hws; in hwss_dpp_pg_control()
2888 unsigned int dpp_inst = params->dpp_pg_control_params.dpp_inst; in hwss_dpp_pg_control()
2889 bool power_on = params->dpp_pg_control_params.power_on; in hwss_dpp_pg_control()
3690 seq_state->steps[*seq_state->num_steps].params.dpp_pg_control_params.hws = hws; in hwss_add_dpp_pg_control()
3691 seq_state->steps[*seq_state->num_steps].params.dpp_pg_control_params.dpp_inst = dpp_inst; in hwss_add_dpp_pg_control()
3692 seq_state->steps[*seq_state->num_steps].params.dpp_pg_control_params.power_on = power_on; in hwss_add_dpp_pg_control()