summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Medhurst2012-05-11 09:21:48 -0500
committerJon Medhurst2012-05-16 08:23:09 -0500
commit2e0798b1b58f31f609375a9308a23d04d1126bea (patch)
tree989bb263a9e258b62c3f38ecbcb8156fcb60f2d9
parentd18974d3f05535eda819f2d0b92a9d49719b0f26 (diff)
downloadarm-ds5-gator-2e0798b1b58f31f609375a9308a23d04d1126bea.tar.gz
arm-ds5-gator-2e0798b1b58f31f609375a9308a23d04d1126bea.tar.xz
arm-ds5-gator-2e0798b1b58f31f609375a9308a23d04d1126bea.zip
gator-driver: Default GATOR_MALI_INTERFACE_STYLE to '2'
At the moment, we only have users with the old style interface, so make our life easier by making it the default. Signed-off-by: Jon Medhurst <tixy@linaro.org>
-rwxr-xr-xdriver/gator_events_mali.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/driver/gator_events_mali.c b/driver/gator_events_mali.c
index 21a6324..e3b6e13 100755
--- a/driver/gator_events_mali.c
+++ b/driver/gator_events_mali.c
@@ -14,6 +14,14 @@
14 14
15#include "linux/mali_linux_trace.h" 15#include "linux/mali_linux_trace.h"
16 16
17#if !defined(GATOR_MALI_INTERFACE_STYLE)
18/*
19 * At the moment, we only have users with the old style interface, so
20 * make our life easier by making it the default...
21 */
22#define GATOR_MALI_INTERFACE_STYLE (2)
23#endif
24
17/* 25/*
18 * There are (currently) three different variants of the comms between gator and Mali: 26 * There are (currently) three different variants of the comms between gator and Mali:
19 * 1 (deprecated): No software counter support 27 * 1 (deprecated): No software counter support