amdgpu_vega12_hwmgr.c | 1236 uint32_t mem_clk; local in function:vega12_dpm_get_mclk 1243 vega12_get_clock_ranges(hwmgr, &mem_clk, PPCLK_UCLK, false) == 0, 1248 vega12_get_clock_ranges(hwmgr, &mem_clk, PPCLK_UCLK, true) == 0, 1252 return (mem_clk * 100); 1309 uint32_t mem_clk = 0; local in function:vega12_get_current_mclk_freq 1317 mem_clk = smum_get_argument(hwmgr); 1319 *mclk_freq = mem_clk * 100;
|