linux/drivers/media/video/omap
Amber Jain e831599cb8 [media] V4L2: omap_vout: Remove GFP_DMA allocation as ZONE_DMA is not configured on OMAP
Remove GFP_DMA from the __get_free_pages() call from omap_vout as ZONE_DMA
is not configured on OMAP. Earlier the page allocator used to return a page
from ZONE_NORMAL even when GFP_DMA is passed and CONFIG_ZONE_DMA is disabled.
As a result of commit a197b59ae6, page allocator
returns null in such a scenario with a warning emitted to kernel log.

Signed-off-by: Amber Jain <amber@ti.com>
Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2011-07-27 17:56:05 -03:00
..
Kconfig V4L/DVB: OMAP_VOUT: fix: Replaced dma-sg with dma-contig 2010-07-08 16:49:37 -03:00
Makefile V4L/DVB: OMAP_VOUT: fix: Module params were not working through bootargs 2010-07-08 16:49:48 -03:00
omap_vout.c [media] V4L2: omap_vout: Remove GFP_DMA allocation as ZONE_DMA is not configured on OMAP 2011-07-27 17:56:05 -03:00
omap_voutdef.h OMAP: DSS2: Move display.h to include/video/ 2011-05-11 14:05:07 +03:00
omap_voutlib.c [media] OMAP_VOUTLIB: Fix wrong resizer calculation 2011-07-01 15:46:24 -03:00
omap_voutlib.h V4L/DVB: V4L2: Add support for OMAP2/3 V4L2 display driver on top of DSS2 2010-05-19 12:58:10 -03:00