diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-13 11:58:21 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-13 11:58:21 -0300 |
commit | cd67e78204d5af9dd57eec434cd35517d3c1e2b3 (patch) | |
tree | 136cede89dba935147b20040b839649910276359 /linux/include/media | |
parent | df4f33ecc5bdff1b94488720bc111a1893b87248 (diff) | |
download | mediapointer-dvb-s2-cd67e78204d5af9dd57eec434cd35517d3c1e2b3.tar.gz mediapointer-dvb-s2-cd67e78204d5af9dd57eec434cd35517d3c1e2b3.tar.bz2 |
videbuf-vmalloc: Corrects mmap code
From: Mauro Carvalho Chehab <mchehab@infradead.org>
There were some bugs on videobuf-vmalloc.
Basically, remap were called with a wrong parameter. Due to that, a later remap
were needed, generating the need of some hacks on videobuf-vmalloc and
videobuf-core.
This patch fixes the remap and removes the hacks.
TODO:
- V4L2_MEMORY_USERPTR is not implemented yet. This method should be
properly implemented, in order to work with a few userspace applications.
- The driver also doesn't implement V4L2_MEMORY_OVERLAY. This method is used
only by a few applications, and are becaming obsolete, due to the increment
of cpu performance. So, most apps prefer to retrieve data to an internal
buffer, doing some processing like de-interlacing.
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/include/media')
0 files changed, 0 insertions, 0 deletions