Home
last modified time | relevance | path

Searched refs:allow_active (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/link/protocols/
A Dlink_dp_irq_handler.c155 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 Dlink_edp_panel_control.c555 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 Dlink_edp_panel_control.h47 bool edp_set_psr_allow_active(struct dc_link *link, const bool *allow_active,
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
A Damdgpu_dm_psr.c236 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 Ddc_link_exports.c459 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 Ddc.c5271 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 Dclk_mgr.c109 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 Dlink.h262 const bool *allow_active,

Completed in 24 milliseconds