Re: [PATCH v1 1/1] V4L: Add sync before a hardware operation to videobuf.

2010-05-05 Thread Mauro Carvalho Chehab
Pawel Osciak wrote: Architectures with non-coherent CPU cache (e.g. ARM) may require a cache flush or invalidation before starting a hardware operation if the data in a video buffer being queued has been touched by the CPU. This patch adds calls to sync before a hardware operation that are

[PATCH v1 1/1] V4L: Add sync before a hardware operation to videobuf.

2010-01-19 Thread Pawel Osciak
Architectures with non-coherent CPU cache (e.g. ARM) may require a cache flush or invalidation before starting a hardware operation if the data in a video buffer being queued has been touched by the CPU. This patch adds calls to sync before a hardware operation that are expected to be interpreted