Searched refs:mali_max_system_fps (Results 1 – 2 of 2) sorted by relevance
24 int mali_max_system_fps = 60; variable133 if ((mali_desired_fps <= current_fps) && (current_fps < mali_max_system_fps)) { in mali_dvfs_policy_realize()225 mali_fps_step1 = mali_max_system_fps / 3; in mali_dvfs_policy_init()226 mali_fps_step2 = mali_max_system_fps / 5; in mali_dvfs_policy_init()
145 extern int mali_max_system_fps;146 module_param(mali_max_system_fps, int, S_IRUSR | S_IWUSR | S_IWGRP | S_IRGRP | S_IROTH);147 MODULE_PARM_DESC(mali_max_system_fps, "Max system fps the same as display VSYNC.");