mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
Revert "adreno_tz: Boost if only within 3.2s input timeout"
This reverts commit 6473578f23bcde059b568ef2d3827d599cafbea0. Change-Id: Ia070aeeea78b6dda5488e9088adbe9d3274d289b Signed-off-by: Richard Raya <rdxzv.dev@gmail.com>
This commit is contained in:
parent
603e0cf98b
commit
9547eb4775
@ -13,7 +13,6 @@
|
||||
#include <linux/errno.h>
|
||||
#include <linux/module.h>
|
||||
#include <linux/devfreq.h>
|
||||
#include <linux/devfreq_boost.h>
|
||||
#include <linux/math64.h>
|
||||
#include <linux/spinlock.h>
|
||||
#include <linux/slab.h>
|
||||
@ -384,7 +383,7 @@ static int tz_get_target_freq(struct devfreq *devfreq, unsigned long *freq)
|
||||
|
||||
scm_data[0] = level;
|
||||
scm_data[1] = priv->bin.total_time;
|
||||
if (refresh_rate > 60 && df_boost_within_input(3250))
|
||||
if (refresh_rate > 60)
|
||||
scm_data[2] = priv->bin.busy_time * refresh_rate / 60;
|
||||
else
|
||||
scm_data[2] = priv->bin.busy_time;
|
||||
|
Loading…
x
Reference in New Issue
Block a user