Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/
A Dclk_mgr.c93 struct dc_link *edp_link = NULL; in clk_mgr_exit_optimized_pwr_state() local
105 edp_link = edp_links[panel_inst]; in clk_mgr_exit_optimized_pwr_state()
106 if (!edp_link->psr_settings.psr_feature_enabled) in clk_mgr_exit_optimized_pwr_state()
108 clk_mgr->psr_allow_active_cache = edp_link->psr_settings.psr_allow_active; in clk_mgr_exit_optimized_pwr_state()
109 dc_link_set_psr_allow_active(edp_link, &allow_active, false, false, NULL); in clk_mgr_exit_optimized_pwr_state()
118 struct dc_link *edp_link = NULL; in clk_mgr_optimize_pwr_state() local
125 edp_link = edp_links[panel_inst]; in clk_mgr_optimize_pwr_state()
126 if (!edp_link->psr_settings.psr_feature_enabled) in clk_mgr_optimize_pwr_state()
128 dc_link_set_psr_allow_active(edp_link, in clk_mgr_optimize_pwr_state()
/linux/drivers/gpu/drm/amd/display/dc/dcn30/
A Ddcn30_hwseq.c593 struct dc_link *edp_link = NULL; in dcn30_init_hw() local
597 edp_link = edp_links[0]; in dcn30_init_hw()
598 if (edp_link && edp_link->link_enc->funcs->is_dig_enabled && in dcn30_init_hw()
599 edp_link->link_enc->funcs->is_dig_enabled(edp_link->link_enc) && in dcn30_init_hw()
603 dc->hwss.edp_backlight_control(edp_link, false); in dcn30_init_hw()
605 dc->hwss.edp_power_control(edp_link, false); in dcn30_init_hw()
/linux/drivers/gpu/drm/amd/display/dc/dcn10/
A Ddcn10_hw_sequencer.c1576 struct dc_link *edp_link = NULL; in dcn10_power_down_on_boot() local
1582 edp_link = edp_links[0]; in dcn10_power_down_on_boot()
1584 if (edp_link && edp_link->link_enc->funcs->is_dig_enabled && in dcn10_power_down_on_boot()
1585 edp_link->link_enc->funcs->is_dig_enabled(edp_link->link_enc) && in dcn10_power_down_on_boot()
1589 dc->hwseq->funcs.edp_backlight_control(edp_link, false); in dcn10_power_down_on_boot()
1591 dc->hwss.edp_power_control(edp_link, false); in dcn10_power_down_on_boot()
/linux/drivers/gpu/drm/amd/display/dc/dce110/
A Ddce110_hw_sequencer.c1807 struct dc_link *edp_link = NULL; local
1833 edp_link = edp_links[i];
1835 if (edp_link->link_enc->funcs->is_dig_enabled(edp_link->link_enc)) {
1837 if (edp_stream_num && edp_link->link_status.link_active) {
/linux/drivers/gpu/drm/amd/display/dc/core/
A Ddc.c1264 struct dc_link *edp_link = NULL; in detect_edp_presence() local
1274 edp_link = edp_links[i]; in detect_edp_presence()
1276 edp_link->edp_sink_present = false; in detect_edp_presence()
1278 dc_link_detect_sink(edp_link, &type); in detect_edp_presence()
1279 edp_link->edp_sink_present = (type != dc_connection_none); in detect_edp_presence()

Completed in 22 milliseconds