Home
last modified time | relevance | path

Searched refs:edp_link (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/sys/dev/pci/drm/amd/display/dc/clk_mgr/
Dclk_mgr.c99 struct dc_link *edp_link = NULL; in clk_mgr_exit_optimized_pwr_state() local
111 edp_link = edp_links[panel_inst]; in clk_mgr_exit_optimized_pwr_state()
112 if (!edp_link->psr_settings.psr_feature_enabled) in clk_mgr_exit_optimized_pwr_state()
114 clk_mgr->psr_allow_active_cache = edp_link->psr_settings.psr_allow_active; in clk_mgr_exit_optimized_pwr_state()
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()
125 struct dc_link *edp_link = NULL; in clk_mgr_optimize_pwr_state() local
132 edp_link = edp_links[panel_inst]; in clk_mgr_optimize_pwr_state()
133 if (!edp_link->psr_settings.psr_feature_enabled) in clk_mgr_optimize_pwr_state()
135 dc->link_srv->edp_set_psr_allow_active(edp_link, in clk_mgr_optimize_pwr_state()
[all …]
/openbsd/src/sys/dev/pci/drm/amd/display/dc/core/
Damdgpu_dc.c1414 struct dc_link *edp_link = NULL; in detect_edp_presence() local
1424 edp_link = edp_links[i]; in detect_edp_presence()
1426 edp_link->edp_sink_present = false; in detect_edp_presence()
1428 dc_link_detect_connection_type(edp_link, &type); in detect_edp_presence()
1429 edp_link->edp_sink_present = (type != dc_connection_none); in detect_edp_presence()
5981 void dc_set_edp_power(const struct dc *dc, struct dc_link *edp_link, in dc_set_edp_power() argument
5984 if (edp_link->connector_signal != SIGNAL_TYPE_EDP) in dc_set_edp_power()
5987 if (edp_link->skip_implict_edp_power_control == false) in dc_set_edp_power()
5990 edp_link->dc->link_srv->edp_set_panel_power(edp_link, powerOn); in dc_set_edp_power()
/openbsd/src/sys/dev/pci/drm/amd/display/dc/
Ddc.h1809 void dc_set_edp_power(const struct dc *dc, struct dc_link *edp_link,