Re: [PATCH 01/14] iosys-map: Introduce renamed dma-buf-map

2022-01-28 Thread Daniel Vetter
On Fri, Jan 28, 2022 at 10:39:49AM +0100, Thomas Zimmermann wrote: > Hi > > Am 28.01.22 um 10:24 schrieb Lucas De Marchi: > > On Fri, Jan 28, 2022 at 09:53:59AM +0100, Thomas Zimmermann wrote: > > > Hi > > > > > > Am 28.01.22 um 09:36 schrieb Lucas De Marchi: > > > > Add a new type, struct iosys_

Re: [PATCH 01/14] iosys-map: Introduce renamed dma-buf-map

2022-01-28 Thread Thomas Zimmermann
Hi Am 28.01.22 um 10:24 schrieb Lucas De Marchi: On Fri, Jan 28, 2022 at 09:53:59AM +0100, Thomas Zimmermann wrote: Hi Am 28.01.22 um 09:36 schrieb Lucas De Marchi: Add a new type, struct iosys_map, to eventually replace struct dma_buf_map and its helpers defiend in include/linux/dma-buf-map.

Re: [PATCH 01/14] iosys-map: Introduce renamed dma-buf-map

2022-01-28 Thread Lucas De Marchi
On Fri, Jan 28, 2022 at 09:53:59AM +0100, Thomas Zimmermann wrote: Hi Am 28.01.22 um 09:36 schrieb Lucas De Marchi: Add a new type, struct iosys_map, to eventually replace struct dma_buf_map and its helpers defiend in include/linux/dma-buf-map.h. This is mostly a copy of dma-buf-map with the r

Re: [PATCH 01/14] iosys-map: Introduce renamed dma-buf-map

2022-01-28 Thread Thomas Zimmermann
Hi Am 28.01.22 um 09:36 schrieb Lucas De Marchi: Add a new type, struct iosys_map, to eventually replace struct dma_buf_map and its helpers defiend in include/linux/dma-buf-map.h. This is mostly a copy of dma-buf-map with the renames in place and slightly different wording to avoid tying iosys_

[PATCH 01/14] iosys-map: Introduce renamed dma-buf-map

2022-01-28 Thread Lucas De Marchi
Add a new type, struct iosys_map, to eventually replace struct dma_buf_map and its helpers defiend in include/linux/dma-buf-map.h. This is mostly a copy of dma-buf-map with the renames in place and slightly different wording to avoid tying iosys_map to dma-buf: in fact it's just a shim layer to ab