mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-26 15:03:02 +08:00
Modify tdp sysfs path
Change-Id: Ie387a96f67b5760d8f1e359eea61c66aec631afd Signed-off-by: mraghuwa <mayank.raghuwanshi@intel.com>
This commit is contained in:
@@ -279,7 +279,7 @@ void LinuxFrequencyImp::init() {
|
||||
minFreqFile = "gt_min_freq_mhz";
|
||||
maxFreqFile = "gt_max_freq_mhz";
|
||||
requestFreqFile = "gt_punit_req_freq_mhz";
|
||||
tdpFreqFile = "gt_raplPL1_freq_mhz";
|
||||
tdpFreqFile = "gt_rapl_PL1_freq_mhz";
|
||||
actualFreqFile = "gt_act_freq_mhz";
|
||||
efficientFreqFile = "gt_RP1_freq_mhz";
|
||||
maxValFreqFile = "gt_RP0_freq_mhz";
|
||||
|
||||
@@ -14,7 +14,7 @@ namespace ult {
|
||||
const std::string minFreqFile("gt_min_freq_mhz");
|
||||
const std::string maxFreqFile("gt_max_freq_mhz");
|
||||
const std::string requestFreqFile("gt_punit_req_freq_mhz");
|
||||
const std::string tdpFreqFile("gt_raplPL1_freq_mhz");
|
||||
const std::string tdpFreqFile("gt_rapl_PL1_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");
|
||||
|
||||
Reference in New Issue
Block a user