Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/
H A 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 …]
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn30/
H A Ddcn30_hwseq.c730 struct dc_link *edp_link = NULL; in dcn30_init_hw() local
734 edp_link = edp_links[0]; in dcn30_init_hw()
735 if (edp_link && edp_link->link_enc->funcs->is_dig_enabled && in dcn30_init_hw()
736 edp_link->link_enc->funcs->is_dig_enabled(edp_link->link_enc) && in dcn30_init_hw()
740 dc->hwss.edp_backlight_control(edp_link, false); in dcn30_init_hw()
742 dc->hwss.edp_power_control(edp_link, false); in dcn30_init_hw()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn35/
H A Ddcn35_hwseq.c593 struct dc_link *edp_link = NULL; in dcn35_power_down_on_boot() local
599 edp_link = edp_links[0]; in dcn35_power_down_on_boot()
601 if (edp_link && edp_link->link_enc->funcs->is_dig_enabled && in dcn35_power_down_on_boot()
602 edp_link->link_enc->funcs->is_dig_enabled(edp_link->link_enc) && in dcn35_power_down_on_boot()
606 dc->hwseq->funcs.edp_backlight_control(edp_link, false); in dcn35_power_down_on_boot()
608 dc->hwss.edp_power_control(edp_link, false); in dcn35_power_down_on_boot()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn32/
H A Ddcn32_hwseq.c897 struct dc_link *edp_link; in dcn32_init_hw() local
902 edp_link = edp_links[i]; in dcn32_init_hw()
903 if (edp_link->link_enc->funcs->is_dig_enabled && in dcn32_init_hw()
904 edp_link->link_enc->funcs->is_dig_enabled(edp_link->link_enc) && in dcn32_init_hw()
908 dc->hwss.edp_backlight_control(edp_link, false); in dcn32_init_hw()
910 dc->hwss.edp_power_control(edp_link, false); in dcn32_init_hw()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dce110/
H A Ddce110_hwseq.c1882 struct dc_link *edp_link = NULL; in dce110_enable_accelerated_mode() local
1909 edp_link = edp_links[i]; in dce110_enable_accelerated_mode()
1910 if (edp_link != edp_streams[0]->link) in dce110_enable_accelerated_mode()
1913 if (edp_link->link_enc->funcs->is_dig_enabled && in dce110_enable_accelerated_mode()
1914 edp_link->link_enc->funcs->is_dig_enabled(edp_link->link_enc) && in dce110_enable_accelerated_mode()
1915 edp_link->link_status.link_active) { in dce110_enable_accelerated_mode()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn10/
H A Ddcn10_hwseq.c1690 struct dc_link *edp_link = NULL; in dcn10_power_down_on_boot() local
1696 edp_link = edp_links[0]; in dcn10_power_down_on_boot()
1698 if (edp_link && edp_link->link_enc->funcs->is_dig_enabled && in dcn10_power_down_on_boot()
1699 edp_link->link_enc->funcs->is_dig_enabled(edp_link->link_enc) && in dcn10_power_down_on_boot()
1703 dc->hwseq->funcs.edp_backlight_control(edp_link, false); in dcn10_power_down_on_boot()
1705 dc->hwss.edp_power_control(edp_link, false); in dcn10_power_down_on_boot()
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.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()
5955 void dc_set_edp_power(const struct dc *dc, struct dc_link *edp_link, in dc_set_edp_power() argument
5958 if (edp_link->connector_signal != SIGNAL_TYPE_EDP) in dc_set_edp_power()
5961 if (edp_link->skip_implict_edp_power_control == false) in dc_set_edp_power()
5964 edp_link->dc->link_srv->edp_set_panel_power(edp_link, powerOn); in dc_set_edp_power()
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc.h1808 void dc_set_edp_power(const struct dc *dc, struct dc_link *edp_link,