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()
470 struct dm_pp_static_clock_info *static_clk_info) in dm_pp_get_static_clocks() argument485 static_clk_info->max_clocks_state = pp_to_dc_powerlevel_state(pp_clk_info.max_clocks_state); in dm_pp_get_static_clocks()486 static_clk_info->max_mclk_khz = pp_clk_info.max_memory_clock * 10; in dm_pp_get_static_clocks()487 static_clk_info->max_sclk_khz = pp_clk_info.max_engine_clock * 10; in dm_pp_get_static_clocks()
817 struct dm_pp_static_clock_info static_clk_info = {0}; in dce_clk_mgr_construct() local833 if (dm_pp_get_static_clocks(ctx, &static_clk_info)) in dce_clk_mgr_construct()834 clk_mgr_dce->max_clks_state = static_clk_info.max_clocks_state; in dce_clk_mgr_construct()
236 struct dm_pp_static_clock_info *static_clk_info);