summaryrefslogtreecommitdiff
path: root/arch/arm/mach-mx6/irq.c
diff options
context:
space:
mode:
authorRichard Liu <r66033@freescale.com>2012-08-14 14:08:29 +0800
committerRichard Liu <r66033@freescale.com>2012-08-14 14:15:13 +0800
commit88a4498cc9eec58abf4687190a79068d0a0b8fd6 (patch)
tree37971918bd797647a2046350c4df2a16ae0c2428 /arch/arm/mach-mx6/irq.c
parentd24d1feb0d6243506696c7e5b3462b10f858d4e9 (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 'arch/arm/mach-mx6/irq.c')
-rw-r--r--arch/arm/mach-mx6/irq.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/mach-mx6/irq.c b/arch/arm/mach-mx6/irq.c
index 22ca75cbce43..197c451d5fb4 100644
--- a/arch/arm/mach-mx6/irq.c
+++ b/arch/arm/mach-mx6/irq.c
@@ -57,6 +57,14 @@ static struct irq_tuner mxc_irq_tuner[] = {
.up_threshold = 0,
.enable = 1,},
{
+ .irq_number = 42, /* GPU 2D */
+ .up_threshold = 40,
+ .enable = 1,},
+ {
+ .irq_number = 43, /* GPU VG */
+ .up_threshold = 0,
+ .enable = 1,},
+ {
.irq_number = 54, /* uSDHC1 */
.up_threshold = 4,
.enable = 1,},