Searched refs:gfx_clk (Results 1 – 1 of 1) sorted by relevance
1166 uint32_t gfx_clk; in vega12_dpm_get_sclk() local1173 vega12_get_clock_ranges(hwmgr, &gfx_clk, PPCLK_GFXCLK, false) == 0, in vega12_dpm_get_sclk()1178 vega12_get_clock_ranges(hwmgr, &gfx_clk, PPCLK_GFXCLK, true) == 0, in vega12_dpm_get_sclk()1182 return (gfx_clk * 100); in vega12_dpm_get_sclk()1227 uint32_t gfx_clk = 0; in vega12_get_current_gfx_clk_freq() local1235 gfx_clk = smum_get_argument(hwmgr); in vega12_get_current_gfx_clk_freq()1237 *gfx_freq = gfx_clk * 100; in vega12_get_current_gfx_clk_freq()