Searched refs:edp_link (Results 1 – 9 of 9) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/clk_mgr/ |
D | clk_mgr.c | 99 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-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dcn30/ |
D | dcn30_hwseq.c | 730 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-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dcn35/ |
D | dcn35_hwseq.c | 593 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-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dcn32/ |
D | dcn32_hwseq.c | 897 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-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dcn401/ |
D | dcn401_hwseq.c | 351 struct dc_link *edp_link; in dcn401_init_hw() local 356 edp_link = edp_links[i]; in dcn401_init_hw() 357 if (edp_link->link_enc->funcs->is_dig_enabled && in dcn401_init_hw() 358 edp_link->link_enc->funcs->is_dig_enabled(edp_link->link_enc) && in dcn401_init_hw() 362 dc->hwss.edp_backlight_control(edp_link, false); in dcn401_init_hw() 364 dc->hwss.edp_power_control(edp_link, false); in dcn401_init_hw()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dce110/ |
D | dce110_hwseq.c | 1882 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-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dcn10/ |
D | dcn10_hwseq.c | 1690 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-6.12.1/drivers/gpu/drm/amd/display/dc/core/ |
D | dc.c | 1414 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() 5978 void dc_set_edp_power(const struct dc *dc, struct dc_link *edp_link, in dc_set_edp_power() argument 5981 if (edp_link->connector_signal != SIGNAL_TYPE_EDP) in dc_set_edp_power() 5984 if (edp_link->skip_implict_edp_power_control == false) in dc_set_edp_power() 5987 edp_link->dc->link_srv->edp_set_panel_power(edp_link, powerOn); in dc_set_edp_power()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/ |
D | dc.h | 1808 void dc_set_edp_power(const struct dc *dc, struct dc_link *edp_link,
|