Skip to content

Commit

Permalink
mali/midgard: devfreq: set default governor to performance
Browse files Browse the repository at this point in the history
Signed-off-by: memeka <mihailescu2m@gmail.com>
  • Loading branch information
mihailescu2m committed Jul 11, 2018
1 parent 907cac5 commit debf4ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/arm/midgard/backend/gpu/mali_kbase_devfreq.c
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ int kbase_devfreq_init(struct kbase_device *kbdev)
return err;

kbdev->devfreq = devfreq_add_device(kbdev->dev, dp,
"simple_ondemand", NULL);
"performance", NULL);
if (IS_ERR(kbdev->devfreq)) {
kbase_devfreq_term_freq_table(kbdev);
return PTR_ERR(kbdev->devfreq);
Expand Down

0 comments on commit debf4ca

Please sign in to comment.