Skip to content

Commit

Permalink
mali: set initial value of gpu boost to 0 to fix panic on recovery combo
Browse files Browse the repository at this point in the history
  • Loading branch information
Gokhan Moral committed Aug 28, 2012
1 parent 361b689 commit 320b0e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/video/samsung/mali/linux/mali_kernel_linux.c
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ module_param(gpu_power_state, int, S_IRUSR | S_IRGRP | S_IROTH); /* r--r--r-- */
MODULE_PARM_DESC(gpu_power_state, "Mali Power State");
extern _mali_device_power_states mali_dvfs_device_state;

int mali_touch_boost_level = 1;
int mali_touch_boost_level = 0;
module_param(mali_touch_boost_level, int, S_IRUSR | S_IWUSR | S_IWGRP | S_IRGRP | S_IROTH); /* rw--rw--r-- */
MODULE_PARM_DESC(mali_touch_boost_level, "Mali Touch Boost Level");

Expand Down

0 comments on commit 320b0e3

Please sign in to comment.