HomeSort by: relevance | last modified time | path
    Searched defs:gfx_clk (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
amdgpu_vega12_hwmgr.c 1213 uint32_t gfx_clk; local in function:vega12_dpm_get_sclk
1220 vega12_get_clock_ranges(hwmgr, &gfx_clk, PPCLK_GFXCLK, false) == 0,
1225 vega12_get_clock_ranges(hwmgr, &gfx_clk, PPCLK_GFXCLK, true) == 0,
1229 return (gfx_clk * 100);
1292 uint32_t gfx_clk = 0; local in function:vega12_get_current_gfx_clk_freq
1300 gfx_clk = smum_get_argument(hwmgr);
1302 *gfx_freq = gfx_clk * 100;
amdgpu_vega12_hwmgr.c 1213 uint32_t gfx_clk; local in function:vega12_dpm_get_sclk
1220 vega12_get_clock_ranges(hwmgr, &gfx_clk, PPCLK_GFXCLK, false) == 0,
1225 vega12_get_clock_ranges(hwmgr, &gfx_clk, PPCLK_GFXCLK, true) == 0,
1229 return (gfx_clk * 100);
1292 uint32_t gfx_clk = 0; local in function:vega12_get_current_gfx_clk_freq
1300 gfx_clk = smum_get_argument(hwmgr);
1302 *gfx_freq = gfx_clk * 100;
amdgpu_vega20_hwmgr.c 2035 uint32_t gfx_clk; local in function:vega20_dpm_get_sclk
2043 ret = vega20_get_clock_ranges(hwmgr, &gfx_clk, PPCLK_GFXCLK, false);
2048 ret = vega20_get_clock_ranges(hwmgr, &gfx_clk, PPCLK_GFXCLK, true);
2054 return (gfx_clk * 100);
amdgpu_vega20_hwmgr.c 2035 uint32_t gfx_clk; local in function:vega20_dpm_get_sclk
2043 ret = vega20_get_clock_ranges(hwmgr, &gfx_clk, PPCLK_GFXCLK, false);
2048 ret = vega20_get_clock_ranges(hwmgr, &gfx_clk, PPCLK_GFXCLK, true);
2054 return (gfx_clk * 100);

Completed in 30 milliseconds