HomeSort by: relevance | last modified time | path
    Searched refs:gfx_max_freq_limit (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
amdgpu_smu10_hwmgr.c 495 smu10_data->gfx_max_freq_limit = result / 10 * 1000;
598 data->gfx_max_freq_limit/100);
611 data->gfx_max_freq_limit/100);
684 data->gfx_max_freq_limit/100);
745 return data->gfx_max_freq_limit;
857 low == 2 ? data->gfx_max_freq_limit/100 :
865 data->gfx_max_freq_limit/100);
902 if (now == data->gfx_max_freq_limit/100)
916 data->gfx_max_freq_limit/100,
954 level->coreClock = data->gfx_max_freq_limit;
    [all...]
smu10_hwmgr.h 289 uint32_t gfx_max_freq_limit; member in struct:smu10_hwmgr

Completed in 13 milliseconds