summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Medhurst2012-05-11 09:24:24 -0500
committerJon Medhurst2013-04-03 06:55:55 -0500
commit91fab6bd992a48167a7e6259bc7e715b0968a28c (patch)
tree69eb94f6351d13fd5828c00c2335c7b13c4f1e3b
parent324b74b753a9db223bf2c4e8777c91335bfefd82 (diff)
downloadarm-ds5-gator-91fab6bd992a48167a7e6259bc7e715b0968a28c.tar.gz
arm-ds5-gator-91fab6bd992a48167a7e6259bc7e715b0968a28c.tar.xz
arm-ds5-gator-91fab6bd992a48167a7e6259bc7e715b0968a28c.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>
-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 38c97d1..c5fd989 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