From: Hans Verkuil Date: Fri, 1 Mar 2013 18:44:20 +0000 (-0300) Subject: [media] videobuf2: add gfp_flags X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~81^2~408 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6ba2057f7823352bbc44ee846faa03b36e8b6ac;p=pandora-kernel.git [media] videobuf2: add gfp_flags Some drivers have special memory requirements for their buffers, usually related to DMA (e.g. GFP_DMA or __GFP_DMA32). Make it possible to specify additional GFP flags for those buffers by adding a gfp_flags field to vb2_queue. Note that this field will be replaced in the future with a different mechanism, but that is still work in progress and we need this feature now so we won't be able to convert drivers with such requirements to vb2. Signed-off-by: Hans Verkuil Acked-by: Marek Szyprowski Acked-by: Federico Vaga Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed