Skip to content

Commit

Permalink
Increase Mali400MP2 clockspeed @sun8i
Browse files Browse the repository at this point in the history
  • Loading branch information
igorpecovnik committed Apr 9, 2016
1 parent 763040b commit 54f41bf
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions patch/kernel/sun8i-default/0017-increase-mali-clockspeed.patch
@@ -0,0 +1,13 @@
diff --git a/drivers/gpu/mali/mali/platform/mali400-pmu/mali_platform.c b/drivers/gpu/mali/mali/platform/mali400-pmu/mali_platform.c
index 54e50d5..1dc4f79 100644
--- a/drivers/gpu/mali/mali/platform/mali400-pmu/mali_platform.c
+++ b/drivers/gpu/mali/mali/platform/mali400-pmu/mali_platform.c
@@ -37,7 +37,7 @@ static struct clk *gpu_pll = NULL;

_mali_osk_errcode_t mali_platform_init(void)
{
- int freq = 252; /* 252 MHz */
+ int freq = 600; /* 600 MHz */

gpu_pll = clk_get(NULL, PLL_GPU_CLK);

0 comments on commit 54f41bf

Please sign in to comment.