Searched refs:gfx_clk (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
H A D | vega12_hwmgr.c | 1313 uint32_t gfx_clk; in vega12_dpm_get_sclk() local 1320 vega12_get_clock_ranges(hwmgr, &gfx_clk, PPCLK_GFXCLK, false) == 0, in vega12_dpm_get_sclk() 1325 vega12_get_clock_ranges(hwmgr, &gfx_clk, PPCLK_GFXCLK, true) == 0, in vega12_dpm_get_sclk() 1329 return (gfx_clk * 100); in vega12_dpm_get_sclk() 1399 uint32_t gfx_clk = 0; in vega12_get_current_gfx_clk_freq() local 1405 &gfx_clk) == 0, in vega12_get_current_gfx_clk_freq() 1409 *gfx_freq = gfx_clk * 100; in vega12_get_current_gfx_clk_freq()
|
H A D | vega20_hwmgr.c | 2064 uint32_t gfx_clk; in vega20_dpm_get_sclk() local 2072 ret = vega20_get_clock_ranges(hwmgr, &gfx_clk, PPCLK_GFXCLK, false); in vega20_dpm_get_sclk() 2077 ret = vega20_get_clock_ranges(hwmgr, &gfx_clk, PPCLK_GFXCLK, true); in vega20_dpm_get_sclk() 2083 return (gfx_clk * 100); in vega20_dpm_get_sclk()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
H A D | vega12_hwmgr.c | 1333 uint32_t gfx_clk; in vega12_dpm_get_sclk() local 1340 vega12_get_clock_ranges(hwmgr, &gfx_clk, PPCLK_GFXCLK, false) == 0, in vega12_dpm_get_sclk() 1345 vega12_get_clock_ranges(hwmgr, &gfx_clk, PPCLK_GFXCLK, true) == 0, in vega12_dpm_get_sclk() 1349 return (gfx_clk * 100); in vega12_dpm_get_sclk() 1419 uint32_t gfx_clk = 0; in vega12_get_current_gfx_clk_freq() local 1425 &gfx_clk) == 0, in vega12_get_current_gfx_clk_freq() 1429 *gfx_freq = gfx_clk * 100; in vega12_get_current_gfx_clk_freq()
|
H A D | vega20_hwmgr.c | 2056 uint32_t gfx_clk; in vega20_dpm_get_sclk() local 2064 ret = vega20_get_clock_ranges(hwmgr, &gfx_clk, PPCLK_GFXCLK, false); in vega20_dpm_get_sclk() 2069 ret = vega20_get_clock_ranges(hwmgr, &gfx_clk, PPCLK_GFXCLK, true); in vega20_dpm_get_sclk() 2075 return (gfx_clk * 100); in vega20_dpm_get_sclk()
|
Completed in 21 milliseconds