mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
ODROID-COMMON: lock gpu frequency to its maximum
Change-Id: Ic967f79a1bff001336a5e41a2bc644d5108ecb6a
This commit is contained in:
committed by
Dongjin Kim
parent
fecbe2dcd3
commit
3aa94c86bf
@@ -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";
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user