PD #72811: fix for GLBenchmark abnormally exit
authorwenbiao.zhang <wenbiao.zhang@amlogic.com>
Wed, 22 May 2013 06:54:25 +0000 (14:54 +0800)
committerwenbiao.zhang <wenbiao.zhang@amlogic.com>
Wed, 22 May 2013 06:54:25 +0000 (14:54 +0800)
mali/platform/meson_platform/meson_main.c [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index c7d8e46..3db3f8a
@@ -139,7 +139,7 @@ static struct platform_device mali_gpu_device =
 
 static struct mali_gpu_device_data mali_gpu_data =
 {
-       .shared_mem_size =512 * 1024 * 1024, /* 256MB */
+       .shared_mem_size =384 * 1024 * 1024, /* 256MB */
        .fb_start = 0x84000000,
        .fb_size = 0x06000000,
 };