Home
last modified time | relevance | path

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

/openbmc/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);
H A Dlink_edp_panel_control.c544 bool wait, bool force_static, const unsigned int *power_opts) in edp_set_psr_allow_active() argument
563 if (power_opts && link->psr_settings.psr_power_opt != *power_opts) { in edp_set_psr_allow_active()
564 link->psr_settings.psr_power_opt = *power_opts; in edp_set_psr_allow_active()
871 bool wait, bool force_static, const unsigned int *power_opts) in edp_set_replay_allow_active() argument
884 if (power_opts && link->replay_settings.replay_power_opt_active != *power_opts) { in edp_set_replay_allow_active()
887 replay->funcs->replay_set_power_opt(replay, *power_opts, panel_inst); in edp_set_replay_allow_active()
888 link->replay_settings.replay_power_opt_active = *power_opts; in edp_set_replay_allow_active()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Dlink.h265 const unsigned int *power_opts);
281 const unsigned int *power_opts);
/openbmc/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_link_exports.c457 bool wait, bool force_static, const unsigned int *power_opts) in dc_link_set_psr_allow_active() argument
460 force_static, power_opts); in dc_link_set_psr_allow_active()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc.h2016 bool wait, bool force_static, const unsigned int *power_opts);