Re: [PATCH 3/4] dma-buf: dma-buf: stop mapping sg_tables on attach

2025-02-17 Thread Dmitry Osipenko
On 2/11/25 19:31, Christian König wrote: > As a workaround to smoothly transit from static to dynamic DMA-buf > handling we cached the sg_table on attach if dynamic handling mismatched > between exporter and importer. > > Since Dmitry and Thomas cleaned that up and also documented the lock > handl

Re: [PATCH 3/4] dma-buf: dma-buf: stop mapping sg_tables on attach

2025-02-17 Thread Simona Vetter
On Tue, Feb 11, 2025 at 05:31:08PM +0100, Christian König wrote: > As a workaround to smoothly transit from static to dynamic DMA-buf > handling we cached the sg_table on attach if dynamic handling mismatched > between exporter and importer. > > Since Dmitry and Thomas cleaned that up and also doc

[PATCH 3/4] dma-buf: dma-buf: stop mapping sg_tables on attach

2025-02-11 Thread Christian König
As a workaround to smoothly transit from static to dynamic DMA-buf handling we cached the sg_table on attach if dynamic handling mismatched between exporter and importer. Since Dmitry and Thomas cleaned that up and also documented the lock handling we can drop this workaround now. Signed-off-by: