Searched refs:power_opts (Results 1 – 5 of 5) sorted by relevance
| /Linux-v6.6/drivers/gpu/drm/amd/display/dc/link/protocols/ |
| D | link_edp_panel_control.h | 49 bool wait, bool force_static, const unsigned int *power_opts); 57 bool wait, bool force_static, const unsigned int *power_opts);
|
| D | link_edp_panel_control.c | 508 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/ |
| D | link.h | 265 const unsigned int *power_opts); 281 const unsigned int *power_opts);
|
| /Linux-v6.6/drivers/gpu/drm/amd/display/dc/core/ |
| 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()
|
| /Linux-v6.6/drivers/gpu/drm/amd/display/dc/ |
| D | dc.h | 2008 bool wait, bool force_static, const unsigned int *power_opts);
|