Home
last modified time | relevance | path

Searched refs:edp_set_psr_allow_active (Results 1 – 7 of 7) sorted by relevance

/Linux-v6.6/drivers/gpu/drm/amd/display/dc/link/protocols/
Dlink_edp_panel_control.h48 bool edp_set_psr_allow_active(struct dc_link *link, const bool *allow_active,
Dlink_dp_irq_handler.c166 edp_set_psr_allow_active(link, &allow_active, true, false, NULL); in handle_hpd_irq_psr_sink()
168 edp_set_psr_allow_active(link, &allow_active, true, false, NULL); in handle_hpd_irq_psr_sink()
Dlink_edp_panel_control.c507 bool edp_set_psr_allow_active(struct dc_link *link, const bool *allow_active, in edp_set_psr_allow_active() function
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/clk_mgr/
Dclk_mgr.c119 dc->link_srv->edp_set_psr_allow_active(edp_link, &allow_active, false, false, NULL); in clk_mgr_exit_optimized_pwr_state()
139 dc->link_srv->edp_set_psr_allow_active(edp_link, in clk_mgr_optimize_pwr_state()
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/link/
Dlink_factory.c206 link_srv->edp_set_psr_allow_active = edp_set_psr_allow_active; in construct_link_service_edp_panel_control()
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/inc/
Dlink.h260 bool (*edp_set_psr_allow_active)( member
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/core/
Ddc_link_exports.c459 return link->dc->link_srv->edp_set_psr_allow_active(link, allow_active, wait, in dc_link_set_psr_allow_active()