gpu: update midgard r21p0 kernel driver
[GitHub/LineageOS/G12/android_hardware_amlogic_kernel-modules_mali-driver.git] / t83x / kernel / drivers / base / ump / src / arch-arm / config.h
1 /*
2 *
3 * (C) COPYRIGHT 2008-2009, 2013 ARM Limited. All rights reserved.
4 *
5 * This program is free software and is provided to you under the terms of the
6 * GNU General Public License version 2 as published by the Free Software
7 * Foundation, and any use by you of this program is subject to the terms
8 * of such GNU licence.
9 *
10 * A copy of the licence is included with the program, and can also be obtained
11 * from Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
12 * Boston, MA 02110-1301, USA.
13 *
14 */
15
16
17
18
19
20 #ifndef __ARCH_CONFIG_H__
21 #define __ARCH_CONFIG_H__
22
23 #define ARCH_UMP_BACKEND_DEFAULT 1
24 #define ARCH_UMP_MEMORY_ADDRESS_DEFAULT 0x00000000
25 #define ARCH_UMP_MEMORY_SIZE_DEFAULT 32UL * 1024UL * 1024UL
26
27 #endif /* __ARCH_CONFIG_H__ */