Remove GPU-specific 151MHz min power hint.

gChips discovered potential issues with this frequency, and has recommended its removal.

This also updates thermal hard-limits to reflect the removal of one
operating point.

Bug: 240479599
Test: Boot to homescreen
Change-Id: If16a65550b85a4a4a66cdcd3b5bd7e31d7e7dc88
Signed-off-by: Siddharth Kapoor <ksiddharth@google.com>
This commit is contained in:
Jeremy Kemp 2022-08-11 10:56:50 +01:00 committed by TreeHugger Robot
parent 04131a199b
commit c111dbd746
8 changed files with 10 additions and 10 deletions

View file

@ -119,7 +119,7 @@
"572000", "572000",
"471000", "471000",
"302000", "302000",
"151000" "202000"
], ],
"ResetOnInit": true "ResetOnInit": true
}, },

View file

@ -119,7 +119,7 @@
"572000", "572000",
"471000", "471000",
"302000", "302000",
"151000" "202000"
], ],
"ResetOnInit": true "ResetOnInit": true
}, },

View file

@ -95,7 +95,7 @@
"572000", "572000",
"471000", "471000",
"302000", "302000",
"151000" "202000"
], ],
"ResetOnInit": true "ResetOnInit": true
}, },

View file

@ -108,7 +108,7 @@
"572000", "572000",
"471000", "471000",
"302000", "302000",
"151000" "202000"
], ],
"ResetOnInit": true "ResetOnInit": true
}, },

View file

@ -108,7 +108,7 @@
"572000", "572000",
"471000", "471000",
"302000", "302000",
"151000" "202000"
], ],
"ResetOnInit": true "ResetOnInit": true
}, },

View file

@ -95,7 +95,7 @@
"572000", "572000",
"471000", "471000",
"302000", "302000",
"151000" "202000"
], ],
"ResetOnInit": true "ResetOnInit": true
}, },

View file

@ -193,8 +193,8 @@
"MaxReleaseStep": 1, "MaxReleaseStep": 1,
"MaxThrottleStep": 1, "MaxThrottleStep": 1,
"BindedPowerRail": "S2S_VDD_G3D", "BindedPowerRail": "S2S_VDD_G3D",
"CdevCeiling": [0, 6, 6, 6, 8, 11, 11], "CdevCeiling": [0, 6, 6, 6, 8, 10, 10],
"LimitInfo": [0, 0, 0, 0, 8, 11, 11] "LimitInfo": [0, 0, 0, 0, 8, 10, 10]
} }
] ]
}, },

View file

@ -193,8 +193,8 @@
"MaxReleaseStep": 1, "MaxReleaseStep": 1,
"MaxThrottleStep": 1, "MaxThrottleStep": 1,
"BindedPowerRail": "S2S_VDD_G3D", "BindedPowerRail": "S2S_VDD_G3D",
"CdevCeiling": [0, 8, 8, 8, 8, 11, 11], "CdevCeiling": [0, 8, 8, 8, 8, 10, 10],
"LimitInfo": [0, 0, 0, 0, 8, 11, 11] "LimitInfo": [0, 0, 0, 0, 8, 10, 10]
} }
] ]
}, },