]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android-sdk/kernel-video.git/commitdiff
OMAPDSS: OMAPLFB: adapt to K3.8 ION
authorSundar Raman <a0393242@ti.com>
Fri, 12 Apr 2013 18:58:43 +0000 (13:58 -0500)
committerPraneeth Bajjuri <praneeth@ti.com>
Fri, 12 Jul 2013 22:45:11 +0000 (17:45 -0500)
Adapt omaplfb to new ion calls.

Change-Id: Ia5a1347a073d0536ebb67f48b01b3ff721a14544
Signed-off-by: Sundar Raman <a0393242@ti.com>
drivers/video/omap2/omaplfb/omaplfb_displayclass.c

index 86bc726ae8e11b08b114c3c21dbf7d03797d32e6..ab8d85d24f272aa3407d3fc77f0b03c2c7b290e3 100644 (file)
@@ -1193,9 +1193,6 @@ static OMAPLFB_ERROR OMAPLFBInitIonOmap(OMAPLFB_DEVINFO *psDevInfo,
 
 #if defined(CONFIG_ION_OMAP)
         gpsIONClient = ion_client_create(omap_ion_device,
-                        1 << ION_HEAP_TYPE_CARVEOUT |
-                        1 << OMAP_ION_HEAP_TYPE_TILER |
-                        1 << ION_HEAP_TYPE_SYSTEM,
                         "omaplfb");
         if (IS_ERR_OR_NULL(gpsIONClient))
         {