mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
mali_760_driver : reduce period of gpu clk adjusting to 20 ms.
This commit is contained in:
@@ -249,7 +249,8 @@ enum {
|
||||
/*** Begin Power Manager defaults */
|
||||
|
||||
/* Milliseconds */
|
||||
#define DEFAULT_PM_DVFS_FREQ 500
|
||||
#define DEFAULT_PM_DVFS_FREQ 20 /* 动态调频的周期, 为提高 UI 性能, 按照 4.4 的经验值减小. */
|
||||
// #define DEFAULT_PM_DVFS_FREQ 500
|
||||
|
||||
/**
|
||||
* Default poweroff tick granuality, in nanoseconds
|
||||
|
||||
Reference in New Issue
Block a user