Skip to content

Commit

Permalink
Limit max GPU freq to stock on boot
Browse files Browse the repository at this point in the history
  • Loading branch information
acervenky committed Sep 14, 2019
1 parent 7ddbfb8 commit 30bf869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/msm/kgsl_pwrctrl.c
Original file line number Diff line number Diff line change
Expand Up @@ -2301,7 +2301,7 @@ int kgsl_pwrctrl_init(struct kgsl_device *device)

/* Initialize the user and thermal clock constraints */

pwr->max_pwrlevel = 0;
pwr->max_pwrlevel = 3;
pwr->min_pwrlevel = pwr->num_pwrlevels - 2;
pwr->thermal_pwrlevel = 0;
pwr->thermal_pwrlevel_floor = pwr->min_pwrlevel;
Expand Down

0 comments on commit 30bf869

Please sign in to comment.