Searched refs:edp_link (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/clk_mgr/ ! |
D | clk_mgr.c | 102 struct dc_link *edp_link = NULL; in clk_mgr_exit_optimized_pwr_state() local 114 edp_link = edp_links[panel_inst]; in clk_mgr_exit_optimized_pwr_state() 115 if (!edp_link->psr_settings.psr_feature_enabled) in clk_mgr_exit_optimized_pwr_state() 117 clk_mgr->psr_allow_active_cache = edp_link->psr_settings.psr_allow_active; in clk_mgr_exit_optimized_pwr_state() 118 dc_link_set_psr_allow_active(edp_link, &allow_active, false, false, NULL); in clk_mgr_exit_optimized_pwr_state() 127 struct dc_link *edp_link = NULL; in clk_mgr_optimize_pwr_state() local 134 edp_link = edp_links[panel_inst]; in clk_mgr_optimize_pwr_state() 135 if (!edp_link->psr_settings.psr_feature_enabled) in clk_mgr_optimize_pwr_state() 137 dc_link_set_psr_allow_active(edp_link, in clk_mgr_optimize_pwr_state()
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn30/ ! |
D | dcn30_hwseq.c | 568 struct dc_link *edp_link = NULL; in dcn30_init_hw() local 572 edp_link = edp_links[0]; in dcn30_init_hw() 573 if (edp_link && edp_link->link_enc->funcs->is_dig_enabled && in dcn30_init_hw() 574 edp_link->link_enc->funcs->is_dig_enabled(edp_link->link_enc) && in dcn30_init_hw() 578 dc->hwss.edp_backlight_control(edp_link, false); in dcn30_init_hw() 580 dc->hwss.edp_power_control(edp_link, false); in dcn30_init_hw()
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn32/ ! |
D | dcn32_hwseq.c | 904 struct dc_link *edp_link; in dcn32_init_hw() local 909 edp_link = edp_links[i]; in dcn32_init_hw() 910 if (edp_link->link_enc->funcs->is_dig_enabled && in dcn32_init_hw() 911 edp_link->link_enc->funcs->is_dig_enabled(edp_link->link_enc) && in dcn32_init_hw() 915 dc->hwss.edp_backlight_control(edp_link, false); in dcn32_init_hw() 917 dc->hwss.edp_power_control(edp_link, false); in dcn32_init_hw()
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dce110/ ! |
D | dce110_hw_sequencer.c | 1748 struct dc_link *edp_link = NULL; in dce110_enable_accelerated_mode() local 1773 edp_link = edp_links[i]; in dce110_enable_accelerated_mode() 1774 if (edp_link != edp_streams[0]->link) in dce110_enable_accelerated_mode() 1777 if (edp_link->link_enc->funcs->is_dig_enabled && in dce110_enable_accelerated_mode() 1778 edp_link->link_enc->funcs->is_dig_enabled(edp_link->link_enc) && in dce110_enable_accelerated_mode() 1779 edp_link->link_status.link_active) { in dce110_enable_accelerated_mode()
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn10/ ! |
D | dcn10_hw_sequencer.c | 1637 struct dc_link *edp_link = NULL; in dcn10_power_down_on_boot() local 1643 edp_link = edp_links[0]; in dcn10_power_down_on_boot() 1645 if (edp_link && edp_link->link_enc->funcs->is_dig_enabled && in dcn10_power_down_on_boot() 1646 edp_link->link_enc->funcs->is_dig_enabled(edp_link->link_enc) && in dcn10_power_down_on_boot() 1650 dc->hwseq->funcs.edp_backlight_control(edp_link, false); in dcn10_power_down_on_boot() 1652 dc->hwss.edp_power_control(edp_link, false); in dcn10_power_down_on_boot()
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/core/ ! |
D | dc.c | 1294 struct dc_link *edp_link = NULL; in detect_edp_presence() local 1304 edp_link = edp_links[i]; in detect_edp_presence() 1306 edp_link->edp_sink_present = false; in detect_edp_presence() 1308 dc_link_detect_sink(edp_link, &type); in detect_edp_presence() 1309 edp_link->edp_sink_present = (type != dc_connection_none); in detect_edp_presence()
|