Home
last modified time | relevance | path

Searched refs:edp_num (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/
H A Dclk_mgr.c100 int edp_num; in clk_mgr_exit_optimized_pwr_state() local
103 dc_get_edp_links(dc, edp_links, &edp_num); in clk_mgr_exit_optimized_pwr_state()
107 if (edp_num) { in clk_mgr_exit_optimized_pwr_state()
108 for (panel_inst = 0; panel_inst < edp_num; panel_inst++) { in clk_mgr_exit_optimized_pwr_state()
126 int edp_num; in clk_mgr_optimize_pwr_state() local
129 dc_get_edp_links(dc, edp_links, &edp_num); in clk_mgr_optimize_pwr_state()
130 if (edp_num) { in clk_mgr_optimize_pwr_state()
131 for (panel_inst = 0; panel_inst < edp_num; panel_inst++) { in clk_mgr_optimize_pwr_state()
/linux/drivers/gpu/drm/amd/display/dc/dce/
H A Ddmub_abm.c43 int edp_num; in abm_feature_support() local
46 dc_get_edp_links(dc->dc, edp_links, &edp_num); in abm_feature_support()
48 for (i = 0; i < edp_num; i++) { in abm_feature_support()
53 if (i < edp_num) { in abm_feature_support()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn35/
H A Ddcn35_hwseq.c595 int edp_num; in dcn35_power_down_on_boot() local
598 dc_get_edp_links(dc, edp_links, &edp_num); in dcn35_power_down_on_boot()
599 if (edp_num) in dcn35_power_down_on_boot()
987 int edp_num = 0; in dcn35_calc_blocks_to_gate() local
1048 dc_get_edp_links(dc, edp_links, &edp_num); in dcn35_calc_blocks_to_gate()
1049 if (edp_num == 0 || in dcn35_calc_blocks_to_gate()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn30/
H A Ddcn30_hwseq.c634 int edp_num; in dcn30_init_hw() local
738 dc_get_edp_links(dc, edp_links, &edp_num); in dcn30_init_hw()
739 if (edp_num) in dcn30_init_hw()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dce110/
H A Ddce110_hwseq.c1887 int edp_num; in dce110_enable_accelerated_mode() local
1898 dc_get_edp_links(dc, edp_links, &edp_num); in dce110_enable_accelerated_mode()
1906 if (edp_num && edp_stream_num && dc->ctx->dce_version != DCE_VERSION_8_0 && in dce110_enable_accelerated_mode()
1909 for (i = 0; i < edp_num; i++) { in dce110_enable_accelerated_mode()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn10/
H A Ddcn10_hwseq.c1691 int edp_num; in dcn10_power_down_on_boot() local
1694 dc_get_edp_links(dc, edp_links, &edp_num); in dcn10_power_down_on_boot()
1695 if (edp_num) in dcn10_power_down_on_boot()