backports: disable DMA shared buffer support for kernel < 3.5 in v4l2
authorHauke Mehrtens <hauke@hauke-m.de>
Sun, 15 Jun 2014 12:15:05 +0000 (14:15 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 15 Jun 2014 16:31:17 +0000 (18:31 +0200)
commit4a3b5d1058fa2e52642c3d8f92f1b73e912ae6fd
treee6b786c44a3db296ca9ee59558d6ef1f611acbf2
parent310b208549fb4631d65061c686343ab98ce8ecd7
backports: disable DMA shared buffer support for kernel < 3.5 in v4l2

v4l2 uses the DMA shared buffers API of kernel >= 3.5. When the v4l2
backport is be compiled against older kernel versions a backport of the
DMA shared buffers is used. Instead of using this backport this patch
will remove usage of the DMA shared buffers on these old kernel
versions. This allows us to remove DMA shared buffers from backports.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
patches/collateral-evolutions/media/0002-no_dmabuf/v4l2.patch [new file with mode: 0644]