Re: [PATCH 1/4] udmabuf: use cache_sgt_mapping option

2019-12-05 Thread Gerd Hoffmann
On Mon, Dec 02, 2019 at 05:36:24PM -0800, Gurchetan Singh wrote: > The GEM prime helpers do it, so should we. It's also possible to make > it optional later. All 4 pushed to drm-misc-next. thanks, Gerd ___ dri-devel mailing list dri-devel@lists.freed

[PATCH 1/4] udmabuf: use cache_sgt_mapping option

2019-12-02 Thread Gurchetan Singh
The GEM prime helpers do it, so should we. It's also possible to make it optional later. Signed-off-by: Gurchetan Singh --- drivers/dma-buf/udmabuf.c | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/drivers/dma-buf/udmabuf.c b/drivers/dma-buf/udmabuf.c index 9de539c1d