commit | a136f59c0a1f1b09eb203951975e3fc5e8d3e722 | [log] [tgz] |
---|---|---|
author | Sakari Ailus <sakari.ailus@linux.intel.com> | Wed May 31 11:17:26 2017 -0300 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Thu Jun 08 14:52:02 2017 -0300 |
tree | 83df54b5eccbc9dee1be0e890a37b8db17e11da6 | |
parent | 6aca5b8fb86681954e6715494e74106db505701c [diff] |
[media] vb2: Move buffer cache synchronisation to prepare from queue The buffer cache should be synchronised in buffer preparation, not when the buffer is queued to the device. Fix this. Mmap buffers do not need cache synchronisation since they are always coherent. Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Acked-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>