Searched refs:power_opts (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/gpu/drm/amd/display/dc/link/protocols/ |
| H A D | link_edp_panel_control.c | 585 bool wait, bool force_static, const unsigned int *power_opts) in edp_set_psr_allow_active() argument 604 if (power_opts && link->psr_settings.psr_power_opt != *power_opts) { in edp_set_psr_allow_active() 605 link->psr_settings.psr_power_opt = *power_opts; in edp_set_psr_allow_active() 937 bool wait, bool force_static, const unsigned int *power_opts) in edp_set_replay_allow_active() argument 950 if (power_opts && link->replay_settings.replay_power_opt_active != *power_opts) { in edp_set_replay_allow_active() 953 replay->funcs->replay_set_power_opt(replay, *power_opts, panel_inst); in edp_set_replay_allow_active() 954 link->replay_settings.replay_power_opt_active = *power_opts; in edp_set_replay_allow_active() 1279 const unsigned int *power_opts, uint32_t coasting_vtotal, uint16_t frame_skip_number) in edp_set_replay_power_opt_and_coasting_vtotal() argument 1289 if (power_opts && link->replay_settings.replay_power_opt_active != *power_opts && in edp_set_replay_power_opt_and_coasting_vtotal() 1296 *power_opts, panel_inst, coasting_vtotal, frame_skip_number); in edp_set_replay_power_opt_and_coasting_vtotal() [all …]
|
| /linux/drivers/gpu/drm/amd/display/dc/ |
| H A D | dc.h | 2434 bool wait, bool force_static, const unsigned int *power_opts); 2454 bool wait, bool force_static, const unsigned int *power_opts);
|