Searched refs:allow_active (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/gpu/drm/amd/display/dc/link/protocols/ |
| A D | link_dp_irq_handler.c | 155 bool allow_active; in handle_hpd_irq_psr_sink() local 167 allow_active = false; in handle_hpd_irq_psr_sink() 168 edp_set_psr_allow_active(link, &allow_active, true, false, NULL); in handle_hpd_irq_psr_sink() 169 allow_active = true; in handle_hpd_irq_psr_sink() 170 edp_set_psr_allow_active(link, &allow_active, true, false, NULL); in handle_hpd_irq_psr_sink() 234 bool allow_active; in handle_hpd_irq_replay_sink() local 260 allow_active = false; in handle_hpd_irq_replay_sink() 261 edp_set_replay_allow_active(link, &allow_active, true, false, NULL); in handle_hpd_irq_replay_sink() 262 allow_active = true; in handle_hpd_irq_replay_sink() 263 edp_set_replay_allow_active(link, &allow_active, true, false, NULL); in handle_hpd_irq_replay_sink()
|
| A D | link_edp_panel_control.c | 555 bool edp_set_psr_allow_active(struct dc_link *link, const bool *allow_active, in edp_set_psr_allow_active() argument 569 if ((allow_active != NULL) && (*allow_active == true) && (link->type == dc_connection_none)) { in edp_set_psr_allow_active() 587 if (allow_active && link->psr_settings.psr_allow_active != *allow_active) { in edp_set_psr_allow_active() 588 link->psr_settings.psr_allow_active = *allow_active; in edp_set_psr_allow_active() 882 bool edp_set_replay_allow_active(struct dc_link *link, const bool *allow_active, in edp_set_replay_allow_active() argument 905 if (allow_active && link->replay_settings.replay_allow_active != *allow_active) { in edp_set_replay_allow_active() 909 replay->funcs->replay_enable(replay, *allow_active, wait, panel_inst); in edp_set_replay_allow_active() 910 link->replay_settings.replay_allow_active = *allow_active; in edp_set_replay_allow_active()
|
| A D | link_edp_panel_control.h | 47 bool edp_set_psr_allow_active(struct dc_link *link, const bool *allow_active,
|
| /linux/drivers/gpu/drm/amd/display/amdgpu_dm/ |
| A D | amdgpu_dm_psr.c | 236 bool allow_active = false; in amdgpu_dm_psr_is_active_allowed() local 247 allow_active = true; in amdgpu_dm_psr_is_active_allowed() 252 return allow_active; in amdgpu_dm_psr_is_active_allowed()
|
| /linux/drivers/gpu/drm/amd/display/dc/core/ |
| A D | dc_link_exports.c | 459 bool dc_link_set_psr_allow_active(struct dc_link *link, const bool *allow_active, in dc_link_set_psr_allow_active() argument 462 return link->dc->link_srv->edp_set_psr_allow_active(link, allow_active, wait, in dc_link_set_psr_allow_active() 473 bool dc_link_set_replay_allow_active(struct dc_link *link, const bool *allow_active, in dc_link_set_replay_allow_active() argument 476 return link->dc->link_srv->edp_set_replay_allow_active(link, allow_active, wait, in dc_link_set_replay_allow_active()
|
| A D | dc.c | 5271 bool allow_active; in dc_set_psr_allow_active() local 5283 allow_active = true; in dc_set_psr_allow_active() 5284 if (!dc_link_set_psr_allow_active(link, &allow_active, false, false, NULL)) in dc_set_psr_allow_active() 5287 allow_active = false; in dc_set_psr_allow_active() 5288 if (!dc_link_set_psr_allow_active(link, &allow_active, true, false, NULL)) in dc_set_psr_allow_active() 5301 bool allow_active; in dc_set_replay_allow_active() local 5313 allow_active = true; in dc_set_replay_allow_active() 5314 if (!dc_link_set_replay_allow_active(link, &allow_active, in dc_set_replay_allow_active() 5318 allow_active = false; in dc_set_replay_allow_active() 5319 if (!dc_link_set_replay_allow_active(link, &allow_active, in dc_set_replay_allow_active()
|
| /linux/drivers/gpu/drm/amd/display/dc/clk_mgr/ |
| A D | clk_mgr.c | 109 bool allow_active = false; in clk_mgr_exit_optimized_pwr_state() local 115 dc->link_srv->edp_set_psr_allow_active(edp_link, &allow_active, false, false, NULL); in clk_mgr_exit_optimized_pwr_state() 116 dc->link_srv->edp_set_replay_allow_active(edp_link, &allow_active, false, false, NULL); in clk_mgr_exit_optimized_pwr_state()
|
| /linux/drivers/gpu/drm/amd/display/dc/inc/ |
| A D | link.h | 262 const bool *allow_active,
|
Completed in 24 milliseconds