Home
last modified time | relevance | path

Searched refs:power_opts (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/link/protocols/
H A Dlink_edp_panel_control.h48 bool wait, bool force_static, const unsigned int *power_opts);
56 bool wait, bool force_static, const unsigned int *power_opts);
67 const unsigned int *power_opts, uint32_t coasting_vtotal);
H A Dlink_edp_panel_control.c556 bool wait, bool force_static, const unsigned int *power_opts) in edp_set_psr_allow_active() argument
575 if (power_opts && link->psr_settings.psr_power_opt != *power_opts) { in edp_set_psr_allow_active()
576 link->psr_settings.psr_power_opt = *power_opts; in edp_set_psr_allow_active()
883 bool wait, bool force_static, const unsigned int *power_opts) in edp_set_replay_allow_active() argument
896 if (power_opts && link->replay_settings.replay_power_opt_active != *power_opts) { in edp_set_replay_allow_active()
899 replay->funcs->replay_set_power_opt(replay, *power_opts, panel_inst); in edp_set_replay_allow_active()
900 link->replay_settings.replay_power_opt_active = *power_opts; in edp_set_replay_allow_active()
1081 const unsigned int *power_opts, uint32_t coasting_vtotal) in edp_set_replay_power_opt_and_coasting_vtotal() argument
1091 if (power_opts && link->replay_settings.replay_power_opt_active != *power_opts && in edp_set_replay_power_opt_and_coasting_vtotal()
1096 *power_opts, panel_inst, coasting_vtotal); in edp_set_replay_power_opt_and_coasting_vtotal()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Dlink.h265 const unsigned int *power_opts);
281 const unsigned int *power_opts);
293 const unsigned int *power_opts, uint32_t coasting_vtotal);
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_link_exports.c460 bool wait, bool force_static, const unsigned int *power_opts) in dc_link_set_psr_allow_active() argument
463 force_static, power_opts); in dc_link_set_psr_allow_active()
474 bool wait, bool force_static, const unsigned int *power_opts) in dc_link_set_replay_allow_active() argument
477 force_static, power_opts); in dc_link_set_replay_allow_active()
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc.h2224 bool wait, bool force_static, const unsigned int *power_opts);
2244 bool wait, bool force_static, const unsigned int *power_opts);