summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuofei Ma <ruofeim@google.com>2023-04-03 21:18:27 +0000
committerAndroid Partner Code Review <android-gerrit-partner@google.com>2023-04-03 21:18:27 +0000
commitb37c45c9ab12649ba52dc935d86cc9b910b50b54 (patch)
tree612673d2308d9a0a674cbe7e4423c56409bbf81d
parent06b43d83a2545ae256db4d8c69aa20198bfbd673 (diff)
parentb5d7d4f8b31e655935ae6f87f6a658a2e1181706 (diff)
downloadgchips-b37c45c9ab12649ba52dc935d86cc9b910b50b54.tar.gz
Merge "Boost MIF to max for large load" into android14-gs-pixel-5.15
-rw-r--r--bigo.c2
-rw-r--r--bigo_pm.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/bigo.c b/bigo.c
index 2bb113c..6d0032c 100644
--- a/bigo.c
+++ b/bigo.c
@@ -37,7 +37,7 @@
#define DEFAULT_FPS 60
#define BIGO_SMC_ID 0xd
#define BIGO_MAX_INST_NUM 16
-#define BIGO_HBD_BIT BIT(17)
+#define BIGO_HBD_BIT BIT(21)
#define BIGO_IDLE_TIMEOUT_MS 1000
diff --git a/bigo_pm.c b/bigo_pm.c
index 1f58fbb..0dad241 100644
--- a/bigo_pm.c
+++ b/bigo_pm.c
@@ -18,7 +18,7 @@
#include "bigo_io.h"
#define BIGW_A0_CSR_PROG_FREQ 166000
-#define LARGE_LOAD_MIF_FLOOR 1539000
+#define LARGE_LOAD_MIF_FLOOR 3744000
static inline u32 bigo_get_total_load(struct bigo_core *core)
{