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

  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/
amdgpu_renoir_ppt.c 417 uint32_t min_freq, max_freq, force_freq; local in function:renoir_force_dpm_limit_value
432 force_freq = highest ? max_freq : min_freq;
433 ret = smu_set_soft_freq_range(smu, clk_type, force_freq, force_freq);
amdgpu_renoir_ppt.c 417 uint32_t min_freq, max_freq, force_freq; local in function:renoir_force_dpm_limit_value
432 force_freq = highest ? max_freq : min_freq;
433 ret = smu_set_soft_freq_range(smu, clk_type, force_freq, force_freq);
amdgpu_navi10_ppt.c 1098 uint32_t min_freq, max_freq, force_freq; local in function:navi10_force_dpm_limit_value
1113 force_freq = highest ? max_freq : min_freq;
1114 ret = smu_set_soft_freq_range(smu, clk_type, force_freq, force_freq);
amdgpu_navi10_ppt.c 1098 uint32_t min_freq, max_freq, force_freq; local in function:navi10_force_dpm_limit_value
1113 force_freq = highest ? max_freq : min_freq;
1114 ret = smu_set_soft_freq_range(smu, clk_type, force_freq, force_freq);

Completed in 29 milliseconds