Re: [PATCH 6/6] drm/prime: document that use the page array is deprecated v2

2020-10-09 Thread Daniel Vetter
On Fri, Oct 9, 2020 at 6:24 PM Daniel Vetter wrote: > > On Fri, Oct 09, 2020 at 05:03:42PM +0200, Christian König wrote: > > We have reoccurring requests on this so better document that > > this approach doesn't work and dma_buf_mmap() needs to be used instead. > > > > v2: split it into two functi

Re: [PATCH 6/6] drm/prime: document that use the page array is deprecated v2

2020-10-09 Thread Daniel Vetter
On Fri, Oct 09, 2020 at 05:03:42PM +0200, Christian König wrote: > We have reoccurring requests on this so better document that > this approach doesn't work and dma_buf_mmap() needs to be used instead. > > v2: split it into two functions > > Signed-off-by: Christian König Patches 3-5: Acked-by