summaryrefslogtreecommitdiffstats
path: root/driver
diff options
context:
space:
mode:
authorJon Medhurst2012-05-11 09:24:24 -0500
committerJon Medhurst2012-08-10 08:44:41 -0500
commit1963aa53d43ccd827335b28ba2c7e25300065e6c (patch)
treeae2068bf70049b90790d49666b20cf832aa70f68 /driver
parent5d561fbd8943e7f6e81162ea1298f3908c1e5733 (diff)
downloadarm-ds5-gator-1963aa53d43ccd827335b28ba2c7e25300065e6c.tar.gz
arm-ds5-gator-1963aa53d43ccd827335b28ba2c7e25300065e6c.tar.xz
arm-ds5-gator-1963aa53d43ccd827335b28ba2c7e25300065e6c.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>
Diffstat (limited to 'driver')
-rw-r--r--driver/gator_events_mali_400.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/driver/gator_events_mali_400.c b/driver/gator_events_mali_400.c
index ef4cc58..38d5b3d 100644
--- a/driver/gator_events_mali_400.c
+++ b/driver/gator_events_mali_400.c
@@ -17,6 +17,14 @@
17#include "gator_events_mali_common.h" 17#include "gator_events_mali_common.h"
18#include "gator_events_mali_400.h" 18#include "gator_events_mali_400.h"
19 19
20#if !defined(GATOR_MALI_INTERFACE_STYLE)
21/*
22 * At the moment, we only have users with the old style interface, so
23 * make our life easier by making it the default...
24 */
25#define GATOR_MALI_INTERFACE_STYLE (2)
26#endif
27
20/* 28/*
21 * There are (currently) three different variants of the comms between gator and Mali: 29 * There are (currently) three different variants of the comms between gator and Mali:
22 * 1 (deprecated): No software counter support 30 * 1 (deprecated): No software counter support