diff options
author | Manaf Meethalavalappu Pallikunhi <quic_manafm@quicinc.com> | 2022-04-05 15:53:49 +0530 |
---|---|---|
committer | Manaf Meethalavalappu Pallikunhi <quic_manafm@quicinc.com> | 2022-04-05 15:56:25 +0530 |
commit | 5ad97e6421bf7beeb5f55043ffee80c150878663 (patch) | |
tree | d94a762443a2096f3a9739d89dfeedd6401fd15c /thermalCommon.cpp | |
parent | a2c882ab5231322066ae51f63b69b2407ff7aa1b (diff) |
thermal-hal: update hal gpu cooling device list
Update gpu cooling device in hal supported cooling devices
based on latest kernel cooling devices.
Change-Id: Ifdd9b5917cbb1b8f86011673c8973963ed5e663f
Diffstat (limited to 'thermalCommon.cpp')
-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}, |