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:
ac8993a
)
remove old configure item.
author
Kasin Lee
<kasin.li@amlogic.com>
Wed, 11 Dec 2013 07:09:44 +0000
(15:09 +0800)
committer
Kasin Lee
<kasin.li@amlogic.com>
Wed, 11 Dec 2013 07:09:44 +0000
(15:09 +0800)
mali/platform/meson6pre/meson_main.c
patch
|
blob
|
blame
|
history
diff --git
a/mali/platform/meson6pre/meson_main.c
b/mali/platform/meson6pre/meson_main.c
index 03d6206a40fd42f12a7d2aec92df46b57c245d9f..006830e03dca27251cfcc92e1336ecfa935209f1 100755
(executable)
--- a/
mali/platform/meson6pre/meson_main.c
+++ b/
mali/platform/meson6pre/meson_main.c
@@
-150,13
+150,9
@@
void mali_utilization_handler(unsigned int utilization_num)
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 = 0x24000000,
-#else
- .fb_start = 0x84000000,
-#endif
- .fb_size = 0x06000000,
+ .shared_mem_size = 512 * 1024 * 1024,
+ .fb_start = 0,
+ .fb_size = 0,
.utilization_interval = 1000,
.utilization_callback = mali_utilization_handler,
};