[media] videobuf2: Do not unconditionally map S/G buffers into kernel space
authorJonathan Corbet <corbet@lwn.net>
Thu, 14 Jul 2011 21:10:44 +0000 (18:10 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sat, 3 Sep 2011 13:57:33 +0000 (10:57 -0300)
commit297875b6a1f3910c883e4b00bb9bc3e6c3aa6ab7
treef9319522a8ffaa66312ebfbee37e35c54639eb5c
parent77b1e2fbbdfa0ee5cdf6c928b711493a3738468e
[media] videobuf2: Do not unconditionally map S/G buffers into kernel space

The one in-tree videobuf2-dma-sg driver (mmp-camera) has no need for a
kernel-space mapping of the buffers; one suspects that most other drivers
would not either.  The videobuf2-dma-sg module does the right thing if
buf->vaddr == NULL - it maps the buffer on demand if somebody needs it.  So
let's not map the buffer at allocation time; that will save a little CPU
time and a lot of address space in the vmalloc range.

Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Acked-by: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/videobuf2-dma-sg.c
This page took 0.024776 seconds and 5 git commands to generate.