Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/
A Dclk_mgr.c75 int i, total_plane_count; in clk_mgr_helper_get_active_plane_cnt() local
77 total_plane_count = 0; in clk_mgr_helper_get_active_plane_cnt()
84 total_plane_count += stream_status.plane_count; in clk_mgr_helper_get_active_plane_cnt()
87 return total_plane_count; in clk_mgr_helper_get_active_plane_cnt()
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn201/
A Ddcn201_clk_mgr.c136 int total_plane_count; in dcn201_update_clocks() local
170 total_plane_count = clk_mgr_helper_get_active_plane_cnt(dc, context); in dcn201_update_clocks()
171 p_state_change_support = new_clocks->p_state_change_support || (total_plane_count == 0); in dcn201_update_clocks()
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn20/
A Ddcn20_clk_mgr.c225 int total_plane_count; in dcn2_update_clocks() local
282 total_plane_count = clk_mgr_helper_get_active_plane_cnt(dc, context); in dcn2_update_clocks()
283 p_state_change_support = new_clocks->p_state_change_support || (total_plane_count == 0); in dcn2_update_clocks()
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn30/
A 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()

Completed in 11 milliseconds