+4
−0
drivers/media/video/videobuf-vmalloc.c
0 → 100644
+384
−0
include/media/videobuf-vmalloc.h
0 → 100644
+44
−0
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
Adds a newer videobuf-vmalloc module. This module uses the same
videobuf controls, but implements memory allocation based on vmalloc
methods.
With this method, an USB driver can use video-buf, without needing to
request memory from the DMA-safe area.
Signed-off-by:
Mauro Carvalho Chehab <mchehab@infradead.org>