Re: [Intel-gfx] [PATCH v3] dma-buf-map: Rename to iosys-map

2022-02-08 Thread Daniel Vetter
On Thu, Feb 03, 2022 at 12:56:14AM -0800, Lucas De Marchi wrote: > Rename struct dma_buf_map to struct iosys_map and corresponding APIs. > Over time dma-buf-map grew up to more functionality than the one used by > dma-buf: in fact it's just a shim layer to abstract system memory, that > can be acce

Re: [Intel-gfx] [PATCH v3] dma-buf-map: Rename to iosys-map

2022-02-03 Thread Lucas De Marchi
On Thu, Feb 03, 2022 at 12:56:14AM -0800, Lucas De Marchi wrote: Rename struct dma_buf_map to struct iosys_map and corresponding APIs. Over time dma-buf-map grew up to more functionality than the one used by dma-buf: in fact it's just a shim layer to abstract system memory, that can be accessed v

[Intel-gfx] [PATCH v3] dma-buf-map: Rename to iosys-map

2022-02-03 Thread Lucas De Marchi
Rename struct dma_buf_map to struct iosys_map and corresponding APIs. Over time dma-buf-map grew up to more functionality than the one used by dma-buf: in fact it's just a shim layer to abstract system memory, that can be accessed via regular load and store, from IO memory that needs to be acessed