]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[media] media: fsl-viu: fix support for streaming with mmap method
authorAnatolij Gustschin <agust@denx.de>
Fri, 17 Dec 2010 09:40:50 +0000 (06:40 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 29 Dec 2010 10:17:03 +0000 (08:17 -0200)
commitc3353330508aee4390442df2d7f6ce0ef5006185
treea87d764e4beeb15872c76a83602516f45059ddba
parent2a72b39e516bf772e707d5a080d5d07b1c8ac0c0
[media] media: fsl-viu: fix support for streaming with mmap method

Streaming using mmap didn't work in the VIU driver. We need to
start/stop DMA in streamon/streamoff and free the buffers on
release. Add appropriate driver extension now.

Signed-off-by: Anatolij Gustschin <agust@denx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/fsl-viu.c