amdgpu_polaris10_smumgr.c | 853 uint32_t pcc_target_percent, pcc_target_freq, ss_target_percent, ss_target_freq; local in function:polaris10_calculate_sclk_params 893 pcc_target_freq = clock - (clock * pcc_target_percent / 100); 894 sclk_setting->Pcc_fcw_int = (uint16_t)((pcc_target_freq << table->SclkFcwRangeTable[sclk_setting->PllRange].postdiv) / ref_clock);
|