projects
/
GitHub
/
LineageOS
/
G12
/
android_hardware_amlogic_kernel-modules_mali-driver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3293450
)
2G support
author
Kasin Lee
<kasin.li@amlogic.com>
Thu, 26 Sep 2013 11:06:22 +0000
(19:06 +0800)
committer
Kasin Lee
<kasin.li@amlogic.com>
Thu, 26 Sep 2013 11:06:22 +0000
(19:06 +0800)
mali/platform/meson8/meson_main.c
patch
|
blob
|
blame
|
history
diff --git
a/mali/platform/meson8/meson_main.c
b/mali/platform/meson8/meson_main.c
index 3f0a3bc3aa19288ef07d7a319a07a2900ec4e1fe..cf06d332f080cb3f457bdae4d1dd269e705747bc 100755
(executable)
--- a/
mali/platform/meson8/meson_main.c
+++ b/
mali/platform/meson8/meson_main.c
@@
-107,8
+107,11
@@
static struct platform_device mali_gpu_device =
static struct mali_gpu_device_data mali_gpu_data =
{
.shared_mem_size =CONFIG_MALI400_OS_MEMORY_SIZE * 1024 * 1024,
-#ifdef CONFIG_MESON_LOW_PLAT_OFFSET
- .fb_start = 0x04000000,
+
+#ifdef CONFIG_ARCH_MESON8
+ .fb_start = 0x05000000,
+#elif CONFIG_MESON_LOW_PLAT_OFFSET
+ .fb_start = 0x24000000,
#else
.fb_start = 0x84000000,
#endif