Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn21/
H A Drn_clk_mgr.c57 int i, display_count; in rn_get_active_display_cnt_wa() local
60 display_count = 0; in rn_get_active_display_cnt_wa()
76 display_count++; in rn_get_active_display_cnt_wa()
80 if (display_count == 0 && tmds_present) in rn_get_active_display_cnt_wa()
81 display_count = 1; in rn_get_active_display_cnt_wa()
83 return display_count; in rn_get_active_display_cnt_wa()
88 int display_count; in rn_set_low_power_state() local
95 display_count = rn_get_active_display_cnt_wa(dc, context); in rn_set_low_power_state()
98 if (display_count == 0) { in rn_set_low_power_state()
138 int display_count; in rn_update_clocks() local
[all …]
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn10/
H A Drv1_clk_mgr.c198 int display_count; in rv1_update_clocks() local
209 display_count = clk_mgr_helper_get_active_display_cnt(dc, context); in rv1_update_clocks()
211 if (display_count == 0) in rv1_update_clocks()
221 pp_smu->set_display_count(&pp_smu->pp_smu, display_count); in rv1_update_clocks()
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn30/
H A Ddcn30_clk_mgr.c200 int display_count; in dcn3_update_clocks() local
223 display_count = clk_mgr_helper_get_active_display_cnt(dc, context); in dcn3_update_clocks()
225 if (display_count == 0) in dcn3_update_clocks()
229 dcn30_smu_set_num_of_displays(clk_mgr, display_count); in dcn3_update_clocks()
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn20/
H A Ddcn20_clk_mgr.c224 int display_count; in dcn2_update_clocks() local
246 display_count = clk_mgr_helper_get_active_display_cnt(dc, context); in dcn2_update_clocks()
250 if (display_count == 0) in dcn2_update_clocks()
255 pp_smu->set_display_count(&pp_smu->pp_smu, display_count); in dcn2_update_clocks()
/linux/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_clk_mgr.c545 pp_display_cfg->display_count = num_cfgs; in dce110_fill_display_configs()
659 if (pp_display_cfg->display_count == 1) { in dce11_pplib_apply_display_requirements()