Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/amd/display/dc/clk_mgr/
Dclk_mgr.c74 int i, total_plane_count; in clk_mgr_helper_get_active_plane_cnt() local
76 total_plane_count = 0; in clk_mgr_helper_get_active_plane_cnt()
83 total_plane_count += stream_status.plane_count; in clk_mgr_helper_get_active_plane_cnt()
86 return total_plane_count; in clk_mgr_helper_get_active_plane_cnt()
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn20/
Ddcn20_clk_mgr.c223 int total_plane_count; in dcn2_update_clocks() local
272 total_plane_count = clk_mgr_helper_get_active_plane_cnt(dc, context); in dcn2_update_clocks()
273 p_state_change_support = new_clocks->p_state_change_support || (total_plane_count == 0); in dcn2_update_clocks()
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn30/
Ddcn30_clk_mgr.c259 int total_plane_count; in dcn3_update_clocks() local
300 total_plane_count = clk_mgr_helper_get_active_plane_cnt(dc, context); in dcn3_update_clocks()
301 p_state_change_support = new_clocks->p_state_change_support || (total_plane_count == 0); in dcn3_update_clocks()