Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/amd/display/dc/link/protocols/
Dlink_edp_panel_control.h49 bool wait, bool force_static, const unsigned int *power_opts);
57 bool wait, bool force_static, const unsigned int *power_opts);
Dlink_edp_panel_control.c508 bool wait, bool force_static, const unsigned int *power_opts) in edp_set_psr_allow_active() argument
527 if (power_opts && link->psr_settings.psr_power_opt != *power_opts) { in edp_set_psr_allow_active()
528 link->psr_settings.psr_power_opt = *power_opts; in edp_set_psr_allow_active()
835 bool wait, bool force_static, const unsigned int *power_opts) in edp_set_replay_allow_active() argument
848 if (power_opts && link->replay_settings.replay_power_opt_active != *power_opts) { in edp_set_replay_allow_active()
850 replay->funcs->replay_set_power_opt(replay, *power_opts, panel_inst); in edp_set_replay_allow_active()
851 link->replay_settings.replay_power_opt_active = *power_opts; in edp_set_replay_allow_active()
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/inc/
Dlink.h265 const unsigned int *power_opts);
281 const unsigned int *power_opts);
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/core/
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()
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/
Ddc.h2008 bool wait, bool force_static, const unsigned int *power_opts);