diff options
author | Linux Build Service Account <lnxbuild@localhost> | 2022-04-20 16:35:19 -0700 |
---|---|---|
committer | Linux Build Service Account <lnxbuild@localhost> | 2022-04-20 16:35:19 -0700 |
commit | eca58c1d7ffa30363bc9af42d852134273e5ce35 (patch) | |
tree | d94a762443a2096f3a9739d89dfeedd6401fd15c | |
parent | 3440ed528742450a3bf9df54843b09ea6443b3b5 (diff) | |
parent | 5ad97e6421bf7beeb5f55043ffee80c150878663 (diff) |
Merge 5ad97e6421bf7beeb5f55043ffee80c150878663 on remote branch
Change-Id: I2ab83f023a99597fdb98daec811b0643ff572216
-rw-r--r-- | thermalCommon.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/thermalCommon.cpp b/thermalCommon.cpp index 7abda1a..02c14e1 100644 --- a/thermalCommon.cpp +++ b/thermalCommon.cpp @@ -99,6 +99,7 @@ static std::unordered_map<std::string, cdevType> cdev_map = { {"thermal-pause-80", cdevType::CPU}, {"thermal-devfreq-0", cdevType::GPU}, {"devfreq-3d00000.qcom,kgsl-3d0", cdevType::GPU}, + {"gpu", cdevType::GPU}, {"modem_tj", cdevType::MODEM}, {"modem_lte_dsc", cdevType::MODEM}, {"modem_nr_dsc", cdevType::MODEM}, |