Remove budget dvfs

This commit is contained in:
Lightos1
2026-02-12 17:15:26 +01:00
parent 7af0721847
commit aa72176196
4 changed files with 7 additions and 43 deletions

View File

@@ -22,7 +22,6 @@
/* Never edit these. */
#define AUTO 0
#define AUTO_RAM 1
#define ENABLED 1
#define DISABLED 0
#define DEACTIVATED_GPU_FREQ 2000
@@ -105,7 +104,7 @@ volatile CustomizeTable C = {
/* For automatic vmin detection, set this to AUTO. */
/* vmin past 795mV won't work due to HOS limitation */
/* Vmin is automatically set to 800mV when SoC temperature is below 20C */
.marikoGpuVmin = AUTO_RAM,
.marikoGpuVmin = AUTO,
.marikoGpuVmax = 800,