We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3b2871f + f6160cb commit f23d641Copy full SHA for f23d641
drivers/gpu/arm/mali/platform/pegasus-m400/mali_platform.c
@@ -63,8 +63,10 @@ static struct clk *mali_clock = 0;
63
64
static unsigned int GPU_MHZ = 1000000;
65
66
-int mali_gpu_clk = 533;//266;
67
-int mali_gpu_vol = 1075000;//900000
+/* Please take special care lowering these values, specially the voltage
+ * as it can cause system stability problems: random oops, usb hub resets */
68
+int mali_gpu_clk = 533; /* 533 MHz */
69
+int mali_gpu_vol = 1125000;/* 1.1125 V */
70
71
#ifdef CONFIG_MALI_DVFS
72
#define MALI_DVFS_DEFAULT_STEP 0
0 commit comments