summaryrefslogtreecommitdiff
path: root/drivers/gpu/arm/midgard/platform/mali_kbase_platform_common.h
diff options
context:
space:
mode:
authorGuillaume Tucker <guillaume.tucker@arm.com>2015-08-03 10:18:15 +0100
committerJon Medhurst <tixy@linaro.org>2015-09-02 16:38:15 +0100
commitc72936f406fe79ca529be1ae9748c68b77b90dac (patch)
tree9fb0a9ce121efe885f73d19b1c92d0d88e5e1e8e /drivers/gpu/arm/midgard/platform/mali_kbase_platform_common.h
parent9dbcbf30a5a0b499a277f7f0a4c318f71ceb8672 (diff)
mali: add TX011-BU-00001-r6p0-02rel0
Import all the files from TX011-BU-00001-r6p0-02rel0. Signed-off-by: Guillaume Tucker <guillaume.tucker@arm.com>
Diffstat (limited to 'drivers/gpu/arm/midgard/platform/mali_kbase_platform_common.h')
-rw-r--r--drivers/gpu/arm/midgard/platform/mali_kbase_platform_common.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/drivers/gpu/arm/midgard/platform/mali_kbase_platform_common.h b/drivers/gpu/arm/midgard/platform/mali_kbase_platform_common.h
new file mode 100644
index 00000000000..7cb3be7f78c
--- /dev/null
+++ b/drivers/gpu/arm/midgard/platform/mali_kbase_platform_common.h
@@ -0,0 +1,26 @@
+/*
+ *
+ * (C) COPYRIGHT 2010-2013 ARM Limited. All rights reserved.
+ *
+ * This program is free software and is provided to you under the terms of the
+ * GNU General Public License version 2 as published by the Free Software
+ * Foundation, and any use by you of this program is subject to the terms
+ * of such GNU licence.
+ *
+ * A copy of the licence is included with the program, and can also be obtained
+ * from Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
+ *
+ */
+
+
+
+/**
+ * @brief Entry point to transfer control to a platform for early initialization
+ *
+ * This function is called early on in the initialization during execution of
+ * @ref kbase_driver_init.
+ *
+ * @return Zero to indicate success non-zero for failure.
+ */
+int kbase_platform_early_init(void);