Skip to content

Commit

Permalink
gpu-aml: set Mali to turbo mode by default
Browse files Browse the repository at this point in the history
  • Loading branch information
kszaq committed Nov 29, 2016
1 parent 56f3800 commit aeec7ad
Showing 1 changed file with 13 additions and 0 deletions.
@@ -0,0 +1,13 @@
diff --git a/mali/platform/meson_bu/scaling.c b/mali/platform/meson_bu/scaling.c
index 54a6d66..57ac70d 100644
--- a/mali/platform/meson_bu/scaling.c
+++ b/mali/platform/meson_bu/scaling.c
@@ -32,7 +32,7 @@ static int lastStep;
static struct work_struct wq_work;
static mali_plat_info_t* pmali_plat = NULL;
#endif
-static int scaling_mode = MALI_PP_FS_SCALING;
+static int scaling_mode = MALI_TURBO_MODE;
//static int scaling_mode = MALI_SCALING_DISABLE;
//static int scaling_mode = MALI_PP_SCALING;

0 comments on commit aeec7ad

Please sign in to comment.