tizen 2.4 release
[profile/mobile/platform/kernel/linux-3.10-sc7730.git] / drivers / gpu / arm / mali400 / r4p0_rel0 / platform / sc7710 / base.h
1 /*
2
3  * Copyright (C) 2010-2011 ARM Limited. All rights reserved.
4
5  * 
6
7  * This program is free software and is provided to you under the terms of the GNU General Public License version 2
8
9  * as published by the Free Software Foundation, and any use by you of this program is subject to the terms of such GNU licence.
10
11  * 
12
13  * A copy of the licence is included with the program, and can also be obtained from Free Software
14
15  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
16
17  */
18
19
20 #ifndef __ARCH_BASE_H__
21
22 #define __ARCH_BASE_H__
23
24
25 #define ARCH_MALI_MEMORY_BASE_DEFAULT      (4 * 1024 * 1024UL)
26
27 #define ARCH_MALI_MEMORY_SIZE_DEFAULT      (512 * 1024 * 1024UL)
28
29
30 #define MALI400_L2_MAX_READS_DEFAULT        0x04
31
32
33 #endif
34