Searched refs:power_opts (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/protocols/ |
H A D | link_edp_panel_control.h | 48 bool wait, bool force_static, const unsigned int *power_opts); 56 bool wait, bool force_static, const unsigned int *power_opts);
|
H A D | link_edp_panel_control.c | 544 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 D | link.h | 265 const unsigned int *power_opts); 281 const unsigned int *power_opts);
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/core/ |
H A D | dc_link_exports.c | 457 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 D | dc.h | 2016 bool wait, bool force_static, const unsigned int *power_opts);
|