Skip to content

Commit

Permalink
Revert "drivers: gpu: R29P0: Kill userspace DVFS
Browse files Browse the repository at this point in the history
* on Android 10 this seems to be causing wakeup issues and lag sometimes
  • Loading branch information
ananjaser1211 committed Mar 31, 2021
1 parent 2524006 commit df3315a
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -938,9 +938,6 @@ static ssize_t set_max_lock_dvfs(struct device *dev, struct device_attribute *at
int ret, clock = 0;
struct exynos_context *platform = (struct exynos_context *)pkbdev->platform_context;

// Kill it from now without interferring Game Launcher
return count;

if (!platform)
return -ENODEV;

Expand Down Expand Up @@ -1012,9 +1009,6 @@ static ssize_t set_min_lock_dvfs(struct device *dev, struct device_attribute *at
int ret, clock = 0;
struct exynos_context *platform = (struct exynos_context *)pkbdev->platform_context;

// Kill it from now without interferring Game Launcher
return count;

if (!platform)
return -ENODEV;

Expand Down

0 comments on commit df3315a

Please sign in to comment.