commit | a9b36e850782db853b9da050be9ed2050de51ad4 | [log] [tgz] |
---|---|---|
author | Jonathan Corbet <corbet@lwn.net> | Mon Jun 20 16:14:40 2011 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Wed Jul 27 17:53:11 2011 -0300 |
tree | 40f372b8a9e6ad06eca64cc0f199e4edfa7b461a | |
parent | 6c895d548c393d913152195c9e70816e13c64f9f [diff] |
[media] marvell-cam: implement contiguous DMA operation The core driver can now operate in either vmalloc or dma-contig modes; obviously the latter is preferable when it is supported. Default is currently vmalloc on all platforms; load the module with buffer_mode=1 for contiguous DMA mode. Signed-off-by: Jonathan Corbet <corbet@lwn.net> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>