Searched refs:static_clk_info (Results 1 – 4 of 4) sorted by relevance
439 struct dm_pp_static_clock_info static_clk_info = {0}; in dce_clk_mgr_construct() local457 if (dm_pp_get_static_clocks(ctx, &static_clk_info)) in dce_clk_mgr_construct()458 clk_mgr->max_clks_state = static_clk_info.max_clocks_state; in dce_clk_mgr_construct()
521 struct dm_pp_static_clock_info *static_clk_info) in dm_pp_get_static_clocks() argument538 static_clk_info->max_clocks_state = pp_to_dc_powerlevel_state(pp_clk_info.max_clocks_state); in dm_pp_get_static_clocks()539 static_clk_info->max_mclk_khz = pp_clk_info.max_memory_clock * 10; in dm_pp_get_static_clocks()540 static_clk_info->max_sclk_khz = pp_clk_info.max_engine_clock * 10; in dm_pp_get_static_clocks()
815 struct dm_pp_static_clock_info static_clk_info = {0}; in dce_clk_mgr_construct() local831 if (dm_pp_get_static_clocks(ctx, &static_clk_info)) in dce_clk_mgr_construct()832 clk_mgr_dce->max_clks_state = static_clk_info.max_clocks_state; in dce_clk_mgr_construct()
255 struct dm_pp_static_clock_info *static_clk_info);