ODROID-COMMON: lock gpu frequency to its maximum

Change-Id: Ic967f79a1bff001336a5e41a2bc644d5108ecb6a
This commit is contained in:
Mauro (mdrjr) Ribeiro
2018-11-27 10:50:22 +09:00
committed by Dongjin Kim
parent fecbe2dcd3
commit 3aa94c86bf
2 changed files with 2 additions and 1 deletions

View File

@@ -33,6 +33,7 @@
num_of_pp = <2>;
sc_mpp = <1>; /* number of shader cores used most of time. */
min_clk = <4>;
clocks = <&clkc CLKID_GPU_MUX &clkc CLKID_GP0_PLL>;
clock-names = "gpu_mux","gp0_pll";

View File

@@ -36,7 +36,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_SCALING_DISABLE;
extern int mali_pm_statue;
//static int scaling_mode = MALI_SCALING_DISABLE;
//static int scaling_mode = MALI_PP_SCALING;