diff options
| author | Georg Veichtlbauer <georg@vware.at> | 2023-05-22 23:30:12 +0200 |
|---|---|---|
| committer | Georg Veichtlbauer <georg@vware.at> | 2023-05-31 08:53:20 +0200 |
| commit | c673d7e428024fd4749394d709f5f7d334a209df (patch) | |
| tree | 8f0a494026275eeb283c31ad0a23bc22c30588f6 | |
| parent | cc607a3e1c29b37494bbc7b2baa09cb4aae92e20 (diff) | |
msm8998-common: Add display on/off hints for msm8998
Change-Id: I91d7a8559c3e7768bf04d7a6664e4a3ef4110a4b
| -rw-r--r-- | configs/perf/perfboostsconfig.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configs/perf/perfboostsconfig.xml b/configs/perf/perfboostsconfig.xml index 51df7ff4..41453310 100644 --- a/configs/perf/perfboostsconfig.xml +++ b/configs/perf/perfboostsconfig.xml @@ -451,6 +451,9 @@ <Config Id="0x00001041" Enable="true" Timeout="0" Target="sdm455" Resources="0x40000000, 1" /> + <Config + Id="0x00001041" Enable="true" Timeout="0" Target="msm8998" + Resources="0x40000000, 1" /> <!--Display off Resource --> <!-- Display on resource opcode, value --> <Config @@ -465,6 +468,9 @@ <Config Id="0x00001040" Enable="true" Timeout="0" Target="sdm455" Resources="0x40000000, 0x0" /> + <Config + Id="0x00001040" Enable="true" Timeout="0" Target="msm8998" + Resources="0x40000000, 0x0" /> </PerfBoost> </BoostConfigs> |
