Searched refs:power_opts (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/drivers/gpu/drm/amd/display/dc/link/protocols/ |
| H A D | link_edp_panel_control.h | 47 bool wait, bool force_static, const unsigned int *power_opts); 55 bool wait, bool force_static, const unsigned int *power_opts); 66 const unsigned int *power_opts, uint32_t coasting_vtotal);
|
| H A D | link_edp_panel_control.c | 557 bool wait, bool force_static, const unsigned int *power_opts) in edp_set_psr_allow_active() argument 576 if (power_opts && link->psr_settings.psr_power_opt != *power_opts) { in edp_set_psr_allow_active() 577 link->psr_settings.psr_power_opt = *power_opts; in edp_set_psr_allow_active() 893 bool wait, bool force_static, const unsigned int *power_opts) in edp_set_replay_allow_active() argument 906 if (power_opts && link->replay_settings.replay_power_opt_active != *power_opts) { in edp_set_replay_allow_active() 909 replay->funcs->replay_set_power_opt(replay, *power_opts, panel_inst); in edp_set_replay_allow_active() 910 link->replay_settings.replay_power_opt_active = *power_opts; in edp_set_replay_allow_active() 1100 const unsigned int *power_opts, uint32_t coasting_vtotal) in edp_set_replay_power_opt_and_coasting_vtotal() argument 1110 if (power_opts && link->replay_settings.replay_power_opt_active != *power_opts && in edp_set_replay_power_opt_and_coasting_vtotal() 1115 *power_opts, panel_inst, coasting_vtotal); in edp_set_replay_power_opt_and_coasting_vtotal() [all …]
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/inc/ |
| H A D | link.h | 266 const unsigned int *power_opts); 282 const unsigned int *power_opts); 294 const unsigned int *power_opts, uint32_t coasting_vtotal);
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/core/ |
| H A D | dc_link_exports.c | 468 bool wait, bool force_static, const unsigned int *power_opts) in dc_link_set_psr_allow_active() argument 471 force_static, power_opts); in dc_link_set_psr_allow_active() 482 bool wait, bool force_static, const unsigned int *power_opts) in dc_link_set_replay_allow_active() argument 485 force_static, power_opts); in dc_link_set_replay_allow_active()
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/ |
| H A D | dc.h | 2271 bool wait, bool force_static, const unsigned int *power_opts); 2291 bool wait, bool force_static, const unsigned int *power_opts);
|