summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e7eccc9)
raw | patch | inline | side by side (parent: e7eccc9)
author | Sundar Raman <a0393242@ti.com> | |
Fri, 12 Apr 2013 18:58:43 +0000 (13:58 -0500) | ||
committer | Praneeth 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>
Change-Id: Ia5a1347a073d0536ebb67f48b01b3ff721a14544
Signed-off-by: Sundar Raman <a0393242@ti.com>
drivers/video/omap2/omaplfb/omaplfb_displayclass.c | patch | blob | history |
diff --git a/drivers/video/omap2/omaplfb/omaplfb_displayclass.c b/drivers/video/omap2/omaplfb/omaplfb_displayclass.c
index 86bc726ae8e11b08b114c3c21dbf7d03797d32e6..ab8d85d24f272aa3407d3fc77f0b03c2c7b290e3 100644 (file)
#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))
{