Skip to content

Commit

Permalink
chiron: powerhint: Drop PM QoS latency boosting
Browse files Browse the repository at this point in the history
Change-Id: I683033dcbb12e27ccfbf21eff0b5c9bba0269089
  • Loading branch information
subhajeetmuhuri authored and BYZYB committed Sep 22, 2024
1 parent 23bef3e commit 52fcb14
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions configs/powerhint.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,15 +115,6 @@
],
"ResetOnInit": true
},
{
"Name": "PMQoSCpuDmaLatency",
"Path": "/dev/cpu_dma_latency",
"Values": [
"2c",
"64"
],
"HoldFd": true
},
{
"Name": "PowerHALMainState",
"Path": "vendor.powerhal.state",
Expand Down Expand Up @@ -252,12 +243,6 @@
"Duration": 1000,
"Value": "1824000"
},
{
"PowerHint": "LAUNCH",
"Node": "PMQoSCpuDmaLatency",
"Duration": 1000,
"Value": "2c"
},
{
"PowerHint": "LAUNCH",
"Node": "CPUBWHystTriggerCount",
Expand Down Expand Up @@ -288,24 +273,12 @@
"Duration": 2000,
"Value": "1497600"
},
{
"PowerHint": "AUDIO_STREAMING",
"Node": "PMQoSCpuDmaLatency",
"Duration": 2000,
"Value": "2c"
},
{
"PowerHint": "AUDIO_LOW_LATENCY",
"Node": "PowerHALAudioState",
"Duration": 0,
"Value": "AUDIO_LOW_LATENCY"
},
{
"PowerHint": "AUDIO_LOW_LATENCY",
"Node": "PMQoSCpuDmaLatency",
"Duration": 0,
"Value": "2c"
},
{
"PowerHint": "EXPENSIVE_RENDERING",
"Node": "PowerHALRenderingState",
Expand Down

0 comments on commit 52fcb14

Please sign in to comment.