Home
last modified time | relevance | path

Searched refs:total_plane_count (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn201/
Ddcn201_clk_mgr.c96 int total_plane_count; in dcn201_update_clocks() local
133 total_plane_count = clk_mgr_helper_get_active_plane_cnt(dc, context); in dcn201_update_clocks()
134 p_state_change_support = new_clocks->p_state_change_support || (total_plane_count == 0); in dcn201_update_clocks()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/clk_mgr/
Dclk_mgr.c81 int i, total_plane_count; in clk_mgr_helper_get_active_plane_cnt() local
83 total_plane_count = 0; in clk_mgr_helper_get_active_plane_cnt()
90 total_plane_count += stream_status.plane_count; in clk_mgr_helper_get_active_plane_cnt()
93 return total_plane_count; in clk_mgr_helper_get_active_plane_cnt()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn20/
Ddcn20_clk_mgr.c232 int total_plane_count; in dcn2_update_clocks() local
281 total_plane_count = clk_mgr_helper_get_active_plane_cnt(dc, context); in dcn2_update_clocks()
282 p_state_change_support = new_clocks->p_state_change_support || (total_plane_count == 0); in dcn2_update_clocks()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn401/
Ddcn401_clk_mgr.c634 int total_plane_count; in dcn401_update_clocks_legacy() local
663 total_plane_count = clk_mgr_helper_get_active_plane_cnt(dc, context); in dcn401_update_clocks_legacy()
664 fclk_p_state_change_support = new_clocks->fclk_p_state_change_support || (total_plane_count == 0); in dcn401_update_clocks_legacy()
707 p_state_change_support = new_clocks->p_state_change_support || (total_plane_count == 0); in dcn401_update_clocks_legacy()
952 int total_plane_count = clk_mgr_helper_get_active_plane_cnt(dc, context); in dcn401_build_update_bandwidth_clocks_sequence() local
979 fclk_p_state_change_support = new_clocks->fclk_p_state_change_support || (total_plane_count == 0); in dcn401_build_update_bandwidth_clocks_sequence()
1063 uclk_p_state_change_support = new_clocks->p_state_change_support || (total_plane_count == 0); in dcn401_build_update_bandwidth_clocks_sequence()