Searched refs:gfx_clk (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/drivers/gpu/drm/amd/powerplay/hwmgr/ |
| D | vega12_hwmgr.c | 1208 uint32_t gfx_clk; in vega12_dpm_get_sclk() local 1215 vega12_get_clock_ranges(hwmgr, &gfx_clk, PPCLK_GFXCLK, false) == 0, in vega12_dpm_get_sclk() 1220 vega12_get_clock_ranges(hwmgr, &gfx_clk, PPCLK_GFXCLK, true) == 0, in vega12_dpm_get_sclk() 1224 return (gfx_clk * 100); in vega12_dpm_get_sclk() 1287 uint32_t gfx_clk = 0; in vega12_get_current_gfx_clk_freq() local 1295 gfx_clk = smum_get_argument(hwmgr); in vega12_get_current_gfx_clk_freq() 1297 *gfx_freq = gfx_clk * 100; in vega12_get_current_gfx_clk_freq()
|
| D | vega20_hwmgr.c | 2025 uint32_t gfx_clk; in vega20_dpm_get_sclk() local 2033 ret = vega20_get_clock_ranges(hwmgr, &gfx_clk, PPCLK_GFXCLK, false); in vega20_dpm_get_sclk() 2038 ret = vega20_get_clock_ranges(hwmgr, &gfx_clk, PPCLK_GFXCLK, true); in vega20_dpm_get_sclk() 2044 return (gfx_clk * 100); in vega20_dpm_get_sclk()
|