mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Fix TDP/REQUEST reading
Change-Id: I7b4f2f176696a4f4636934accebf71ed3285427c Signed-off-by: Kanhaiya <kanhaiya.singh@intel.com>
This commit is contained in:
@ -278,8 +278,8 @@ ze_result_t LinuxFrequencyImp::getMinVal(double &minVal) {
|
||||
void LinuxFrequencyImp::init() {
|
||||
minFreqFile = "gt_min_freq_mhz";
|
||||
maxFreqFile = "gt_max_freq_mhz";
|
||||
requestFreqFile = "gt_cur_freq_mhz";
|
||||
tdpFreqFile = "gt_boost_freq_mhz";
|
||||
requestFreqFile = "gt_punit_req_freq_mhz";
|
||||
tdpFreqFile = "gt_raplPL1_freq_mhz";
|
||||
actualFreqFile = "gt_act_freq_mhz";
|
||||
efficientFreqFile = "gt_RP1_freq_mhz";
|
||||
maxValFreqFile = "gt_RP0_freq_mhz";
|
||||
|
@ -13,8 +13,8 @@ namespace ult {
|
||||
|
||||
const std::string minFreqFile("gt_min_freq_mhz");
|
||||
const std::string maxFreqFile("gt_max_freq_mhz");
|
||||
const std::string requestFreqFile("gt_cur_freq_mhz");
|
||||
const std::string tdpFreqFile("gt_boost_freq_mhz");
|
||||
const std::string requestFreqFile("gt_punit_req_freq_mhz");
|
||||
const std::string tdpFreqFile("gt_raplPL1_freq_mhz");
|
||||
const std::string actualFreqFile("gt_act_freq_mhz");
|
||||
const std::string efficientFreqFile("gt_RP1_freq_mhz");
|
||||
const std::string maxValFreqFile("gt_RP0_freq_mhz");
|
||||
@ -226,4 +226,4 @@ class PublicLinuxFrequencyImp : public L0::LinuxFrequencyImp {
|
||||
};
|
||||
|
||||
} // namespace ult
|
||||
} // namespace L0
|
||||
} // namespace L0
|
||||
|
Reference in New Issue
Block a user