Home
last modified time | relevance | path

Searched refs:display_count (Results 1 – 9 of 9) 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/
H A Dclk_mgr.c57 int i, display_count; in clk_mgr_helper_get_active_display_cnt() local
59 display_count = 0; in clk_mgr_helper_get_active_display_cnt()
71 display_count++; in clk_mgr_helper_get_active_display_cnt()
74 return display_count; in clk_mgr_helper_get_active_display_cnt()
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn35/
H A Ddcn35_clk_mgr.c161 int i, display_count = 0; in dcn35_get_active_display_cnt_wa() local
179 display_count++; in dcn35_get_active_display_cnt_wa()
182 *all_active_disps = display_count; in dcn35_get_active_display_cnt_wa()
184 if (display_count == 0 && tmds_present) in dcn35_get_active_display_cnt_wa()
185 display_count = 1; in dcn35_get_active_display_cnt_wa()
187 return display_count; in dcn35_get_active_display_cnt_wa()
385 int display_count = 0; in dcn35_update_clocks() local
394 display_count = dcn35_get_active_display_cnt_wa(dc, context, &all_active_disps); in dcn35_update_clocks()
420 if (display_count == 0) in dcn35_update_clocks()
480 (new_clocks->dispclk_khz > 0 || (safe_to_lower && display_count == 0))) { in dcn35_update_clocks()
[all …]
/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/clk_mgr/dcn32/
H A Ddcn32_clk_mgr.c628 int display_count; in dcn32_update_clocks() local
652 display_count = clk_mgr_helper_get_active_display_cnt(dc, context); in dcn32_update_clocks()
654 if (display_count == 0) in dcn32_update_clocks()
659 dcn30_smu_set_num_of_displays(clk_mgr, display_count); in dcn32_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()
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn401/
H A Ddcn401_clk_mgr.c797 int display_count; in dcn401_build_update_bandwidth_clocks_sequence() local
802 display_count = clk_mgr_helper_get_active_display_cnt(dc, context); in dcn401_build_update_bandwidth_clocks_sequence()
804 if (display_count == 0) in dcn401_build_update_bandwidth_clocks_sequence()
808 block_sequence[num_steps].params.update_num_displays_params.num_displays = display_count; in dcn401_build_update_bandwidth_clocks_sequence()