Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/
H A Dclk_mgr.c103 struct dc_link *edp_link = NULL; in clk_mgr_exit_optimized_pwr_state() local
115 edp_link = edp_links[panel_inst]; in clk_mgr_exit_optimized_pwr_state()
116 if (!edp_link->psr_settings.psr_feature_enabled) in clk_mgr_exit_optimized_pwr_state()
118 clk_mgr->psr_allow_active_cache = edp_link->psr_settings.psr_allow_active; in clk_mgr_exit_optimized_pwr_state()
119 dc->link_srv->edp_set_psr_allow_active(edp_link, &allow_active, false, false, NULL); in clk_mgr_exit_optimized_pwr_state()
120 dc->link_srv->edp_set_replay_allow_active(edp_link, &allow_active, false, false, NULL); in clk_mgr_exit_optimized_pwr_state()
129 struct dc_link *edp_link = NULL; in clk_mgr_optimize_pwr_state() local
136 edp_link = edp_links[panel_inst]; in clk_mgr_optimize_pwr_state()
137 if (!edp_link->psr_settings.psr_feature_enabled) in clk_mgr_optimize_pwr_state()
139 dc->link_srv->edp_set_psr_allow_active(edp_link, in clk_mgr_optimize_pwr_state()
[all …]
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_hwseq.c541 struct dc_link *edp_link = NULL; in dcn30_init_hw() local
545 edp_link = edp_links[0]; in dcn30_init_hw()
546 if (edp_link && edp_link->link_enc->funcs->is_dig_enabled && in dcn30_init_hw()
547 edp_link->link_enc->funcs->is_dig_enabled(edp_link->link_enc) && in dcn30_init_hw()
551 dc->hwss.edp_backlight_control(edp_link, false); in dcn30_init_hw()
553 dc->hwss.edp_power_control(edp_link, false); in dcn30_init_hw()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/
H A Ddcn32_hwseq.c887 struct dc_link *edp_link; in dcn32_init_hw() local
892 edp_link = edp_links[i]; in dcn32_init_hw()
893 if (edp_link->link_enc->funcs->is_dig_enabled && in dcn32_init_hw()
894 edp_link->link_enc->funcs->is_dig_enabled(edp_link->link_enc) && in dcn32_init_hw()
898 dc->hwss.edp_backlight_control(edp_link, false); in dcn32_init_hw()
900 dc->hwss.edp_power_control(edp_link, false); in dcn32_init_hw()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_hw_sequencer.c1739 struct dc_link *edp_link = NULL; in dce110_enable_accelerated_mode() local
1764 edp_link = edp_links[i]; in dce110_enable_accelerated_mode()
1765 if (edp_link != edp_streams[0]->link) in dce110_enable_accelerated_mode()
1768 if (edp_link->link_enc->funcs->is_dig_enabled && in dce110_enable_accelerated_mode()
1769 edp_link->link_enc->funcs->is_dig_enabled(edp_link->link_enc) && in dce110_enable_accelerated_mode()
1770 edp_link->link_status.link_active) { in dce110_enable_accelerated_mode()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_hw_sequencer.c1623 struct dc_link *edp_link = NULL; in dcn10_power_down_on_boot() local
1629 edp_link = edp_links[0]; in dcn10_power_down_on_boot()
1631 if (edp_link && edp_link->link_enc->funcs->is_dig_enabled && in dcn10_power_down_on_boot()
1632 edp_link->link_enc->funcs->is_dig_enabled(edp_link->link_enc) && in dcn10_power_down_on_boot()
1636 dc->hwseq->funcs.edp_backlight_control(edp_link, false); in dcn10_power_down_on_boot()
1638 dc->hwss.edp_power_control(edp_link, false); in dcn10_power_down_on_boot()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c1350 struct dc_link *edp_link = NULL; in detect_edp_presence() local
1360 edp_link = edp_links[i]; in detect_edp_presence()
1362 edp_link->edp_sink_present = false; in detect_edp_presence()
1364 dc_link_detect_connection_type(edp_link, &type); in detect_edp_presence()
1365 edp_link->edp_sink_present = (type != dc_connection_none); in detect_edp_presence()
5286 void dc_set_edp_power(const struct dc *dc, struct dc_link *edp_link, in dc_set_edp_power() argument
5289 if (edp_link->connector_signal != SIGNAL_TYPE_EDP) in dc_set_edp_power()
5292 if (edp_link->skip_implict_edp_power_control == false) in dc_set_edp_power()
5295 edp_link->dc->link_srv->edp_set_panel_power(edp_link, powerOn); in dc_set_edp_power()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc.h1600 void dc_set_edp_power(const struct dc *dc, struct dc_link *edp_link,