]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android-sdk/kernel-video.git/commitdiff
ion: dummy: Increase carveout size to 8M ti-linux-3.14.y-drm
authorHemant Hariyani <hemanthariyani@ti.com>
Wed, 3 Sep 2014 17:01:44 +0000 (12:01 -0500)
committerHemant Hariyani <hemanthariyani@ti.com>
Wed, 3 Sep 2014 17:01:44 +0000 (12:01 -0500)
Allows allocation of buffers for larger displays.

Signed-off-by: Hemant Hariyani <hemanthariyani@ti.com>
drivers/staging/android/ion/ion_dummy_driver.c

index 360274d69491bb94cd648d62c109b3b4dd18368c..2815aada70fa48deca140f712884c1728b54488a 100644 (file)
@@ -47,7 +47,7 @@ struct ion_platform_heap dummy_heaps[] = {
                        .id     = ION_HEAP_TYPE_CARVEOUT,
                        .type   = ION_HEAP_TYPE_CARVEOUT,
                        .name   = "carveout",
-                       .size   = SZ_4M,
+                       .size   = SZ_8M,
                },
                {
                        .id     = ION_HEAP_TYPE_CHUNK,