Searched refs:static_clk_info (Results 1 – 4 of 4) sorted by relevance
441 struct dm_pp_static_clock_info static_clk_info = {0}; in dce_clk_mgr_construct() local459 if (dm_pp_get_static_clocks(ctx, &static_clk_info)) in dce_clk_mgr_construct()460 clk_mgr->max_clks_state = static_clk_info.max_clocks_state; in dce_clk_mgr_construct()
448 struct dm_pp_static_clock_info *static_clk_info) in dm_pp_get_static_clocks() argument456 static_clk_info->max_clocks_state = pp_to_dc_powerlevel_state(pp_clk_info.max_clocks_state); in dm_pp_get_static_clocks()457 static_clk_info->max_mclk_khz = pp_clk_info.max_memory_clock * 10; in dm_pp_get_static_clocks()458 static_clk_info->max_sclk_khz = pp_clk_info.max_engine_clock * 10; in dm_pp_get_static_clocks()
819 struct dm_pp_static_clock_info static_clk_info = {0}; in dce_clk_mgr_construct() local835 if (dm_pp_get_static_clocks(ctx, &static_clk_info)) in dce_clk_mgr_construct()836 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);