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

  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
amdgpu_smu10_hwmgr.c 491 smu10_data->gfx_min_freq_limit = result / 10 * 1000;
586 if (min_sclk < data->gfx_min_freq_limit)
587 min_sclk = data->gfx_min_freq_limit;
698 data->gfx_min_freq_limit/100);
701 data->gfx_min_freq_limit/100);
743 return data->gfx_min_freq_limit;
859 data->gfx_min_freq_limit/100);
863 high == 0 ? data->gfx_min_freq_limit/100 :
904 else if (now == data->gfx_min_freq_limit/100)
910 data->gfx_min_freq_limit/100
    [all...]
smu10_hwmgr.h 288 uint32_t gfx_min_freq_limit; member in struct:smu10_hwmgr

Completed in 11 milliseconds