Re: [PATCH 4/4] dma-buf: drop caching of sg_tables

2025-02-18 Thread Christian König
Am 17.02.25 um 17:28 schrieb Simona Vetter: > On Tue, Feb 11, 2025 at 05:31:09PM +0100, Christian König wrote: >> That was purely for the transition from static to dynamic dma-buf >> handling and can be removed again now. >> >> Signed-off-by: Christian König > Yay! > > Might uncover some fun if pe

Re: [PATCH 4/4] dma-buf: drop caching of sg_tables

2025-02-17 Thread Dmitry Osipenko
On 2/11/25 19:31, Christian König wrote: > That was purely for the transition from static to dynamic dma-buf > handling and can be removed again now. > > Signed-off-by: Christian König > --- > drivers/dma-buf/dma-buf.c | 34 -- > drivers/dma-buf/udmabuf.c

Re: [PATCH 4/4] dma-buf: drop caching of sg_tables

2025-02-17 Thread Simona Vetter
On Tue, Feb 11, 2025 at 05:31:09PM +0100, Christian König wrote: > That was purely for the transition from static to dynamic dma-buf > handling and can be removed again now. > > Signed-off-by: Christian König Yay! Might uncover some fun if people have meanwhile started to rely on this for perf

[PATCH 4/4] dma-buf: drop caching of sg_tables

2025-02-11 Thread Christian König
That was purely for the transition from static to dynamic dma-buf handling and can be removed again now. Signed-off-by: Christian König --- drivers/dma-buf/dma-buf.c | 34 -- drivers/dma-buf/udmabuf.c | 1 - drivers/gpu/drm/drm_prime.c