Searched refs:max_clks_state (Results 1 – 3 of 3) sorted by relevance
207 for (i = clk_mgr_dce->max_clks_state; i >= DM_PP_CLOCKS_STATE_ULTRA_LOW; i--) in dce_get_required_clocks_state() 215 if (low_req_clk > clk_mgr_dce->max_clks_state) { in dce_get_required_clocks_state() 217 if (clk_mgr_dce->max_clks_by_state[clk_mgr_dce->max_clks_state].display_clk_khz in dce_get_required_clocks_state() 221 low_req_clk = clk_mgr_dce->max_clks_state; in dce_get_required_clocks_state() 465 clk_mgr->max_clks_state = static_clk_info.max_clocks_state; in dce_clk_mgr_construct() 467 clk_mgr->max_clks_state = DM_PP_CLOCKS_STATE_NOMINAL; in dce_clk_mgr_construct()
226 for (i = clk_mgr_dce->max_clks_state; i >= DM_PP_CLOCKS_STATE_ULTRA_LOW; i--) in dce_get_required_clocks_state() 234 if (low_req_clk > clk_mgr_dce->max_clks_state) { in dce_get_required_clocks_state() 236 if (clk_mgr_dce->max_clks_by_state[clk_mgr_dce->max_clks_state].display_clk_khz in dce_get_required_clocks_state() 240 low_req_clk = clk_mgr_dce->max_clks_state; in dce_get_required_clocks_state() 836 clk_mgr_dce->max_clks_state = static_clk_info.max_clocks_state; in dce_clk_mgr_construct() 838 clk_mgr_dce->max_clks_state = DM_PP_CLOCKS_STATE_NOMINAL; in dce_clk_mgr_construct()
410 enum dm_pp_clocks_state max_clks_state; member