/src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/ |
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;
|
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;
|
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;
|
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;
|
amdgpu_vega20_hwmgr.c | 2061 uint32_t mem_clk; local in function:vega20_dpm_get_mclk 2069 ret = vega20_get_clock_ranges(hwmgr, &mem_clk, PPCLK_UCLK, false); 2074 ret = vega20_get_clock_ranges(hwmgr, &mem_clk, PPCLK_UCLK, true); 2080 return (mem_clk * 100);
|
amdgpu_vega20_hwmgr.c | 2061 uint32_t mem_clk; local in function:vega20_dpm_get_mclk 2069 ret = vega20_get_clock_ranges(hwmgr, &mem_clk, PPCLK_UCLK, false); 2074 ret = vega20_get_clock_ranges(hwmgr, &mem_clk, PPCLK_UCLK, true); 2080 return (mem_clk * 100);
|
amdgpu_vega20_hwmgr.c | 2061 uint32_t mem_clk; local in function:vega20_dpm_get_mclk 2069 ret = vega20_get_clock_ranges(hwmgr, &mem_clk, PPCLK_UCLK, false); 2074 ret = vega20_get_clock_ranges(hwmgr, &mem_clk, PPCLK_UCLK, true); 2080 return (mem_clk * 100);
|
amdgpu_vega20_hwmgr.c | 2061 uint32_t mem_clk; local in function:vega20_dpm_get_mclk 2069 ret = vega20_get_clock_ranges(hwmgr, &mem_clk, PPCLK_UCLK, false); 2074 ret = vega20_get_clock_ranges(hwmgr, &mem_clk, PPCLK_UCLK, true); 2080 return (mem_clk * 100);
|