summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRichard Liu <r66033@freescale.com>2012-08-14 14:08:29 +0800
committerEric Nelson <eric.nelson@boundarydevices.com>2012-08-28 09:51:03 -0700
commit0659aa936bb0f3057eb9af3a8665add81b0fa708 (patch)
tree9f229518d13203afcef877a2f10afcf58f5626b0 /include
parent8acc4d90c998d2084627880d0bc4285cf40e606d (diff)
ENGR00220199 Add CPU governor trigger for GPU2D and GPUVG core
Add CPU governor trigger for GPU2D and GPUVG core, without these trigger some benchmark show performance drop when enable CPU governor Signed-off-by: Richard Liu <r66033@freescale.com> Acked-by: Lily Zhang
Diffstat (limited to 'include')
-rw-r--r--include/linux/cpufreq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/cpufreq.h b/include/linux/cpufreq.h
index a61416fe63f2..a56996226cf3 100644
--- a/include/linux/cpufreq.h
+++ b/include/linux/cpufreq.h
@@ -73,7 +73,7 @@ extern struct kobject *cpufreq_global_kobject;
* not issue cpu freq change, but the devices' performance will be impacted
* significantly, we need to add irq number check to be as one condition of
* CPU freq change. */
-#define MAX_CPUFREQ_IRQ_NUMBER 10
+#define MAX_CPUFREQ_IRQ_NUMBER 20
struct irq_tuner {
unsigned int irq_number;
unsigned int up_threshold;