Re: [PATCH 3/3] dma_buf: Add documentation for the new cpu access support

2012-03-05 Thread Daniel Vetter
On Sat, Mar 3, 2012 at 01:23, Sakari Ailus wrote: > Where it should be decided which operations are being done to the buffer > when it is passed to user space and back to kernel space? > > How about spliting these operations to those done on the first time the > buffer is passed to the user space

Re: [Linaro-mm-sig] [PATCH 3/3] dma_buf: Add documentation for the new cpu access support

2012-03-05 Thread Clark, Rob
On Fri, Mar 2, 2012 at 6:23 PM, Sakari Ailus wrote: > Hi Daniel, > > Thanks for the patch. > > On Thu, Mar 01, 2012 at 04:36:01PM +0100, Daniel Vetter wrote: >> Signed-off-by: Daniel Vetter >> --- >>  Documentation/dma-buf-sharing.txt |  102 >> +++- >>  1 files ch

Re: [PATCH 3/3] dma_buf: Add documentation for the new cpu access support

2012-03-02 Thread Sakari Ailus
Hi Daniel, Thanks for the patch. On Thu, Mar 01, 2012 at 04:36:01PM +0100, Daniel Vetter wrote: > Signed-off-by: Daniel Vetter > --- > Documentation/dma-buf-sharing.txt | 102 +++- > 1 files changed, 99 insertions(+), 3 deletions(-) > > diff --git a/Documentati

Re: [PATCH 3/3] dma_buf: Add documentation for the new cpu access support

2012-03-02 Thread Rob Clark
minor comments from the typo-police.. On Thu, Mar 1, 2012 at 9:36 AM, Daniel Vetter wrote: > Signed-off-by: Daniel Vetter > --- >  Documentation/dma-buf-sharing.txt |  102 +++- >  1 files changed, 99 insertions(+), 3 deletions(-) > > diff --git a/Documentation/dma

[PATCH 3/3] dma_buf: Add documentation for the new cpu access support

2012-03-01 Thread Daniel Vetter
Signed-off-by: Daniel Vetter --- Documentation/dma-buf-sharing.txt | 102 +++- 1 files changed, 99 insertions(+), 3 deletions(-) diff --git a/Documentation/dma-buf-sharing.txt b/Documentation/dma-buf-sharing.txt index 225f96d..f12542b 100644 --- a/Documentation/