Re: [PATCH v9 2/9] dma-buf: dma-heap: export declared functions

2025-05-22 Thread Jens Wiklander
On Thu, May 22, 2025 at 1:52 PM Christian König wrote: > > On 5/22/25 08:56, Jens Wiklander wrote: > > On Wed, May 21, 2025 at 9:13 AM Christian König > > wrote: > >> > >> On 5/20/25 17:16, Jens Wiklander wrote: > >>> Export the dma-buf heap functions declared in . > >> > >> That is what this pat

Re: [PATCH v9 2/9] dma-buf: dma-heap: export declared functions

2025-05-22 Thread Christian König
On 5/22/25 08:56, Jens Wiklander wrote: > On Wed, May 21, 2025 at 9:13 AM Christian König > wrote: >> >> On 5/20/25 17:16, Jens Wiklander wrote: >>> Export the dma-buf heap functions declared in . >> >> That is what this patch does and that should be obvious by looking at it. >> You need to expla

Re: [PATCH v9 2/9] dma-buf: dma-heap: export declared functions

2025-05-21 Thread Jens Wiklander
On Wed, May 21, 2025 at 9:13 AM Christian König wrote: > > On 5/20/25 17:16, Jens Wiklander wrote: > > Export the dma-buf heap functions declared in . > > That is what this patch does and that should be obvious by looking at it. You > need to explain why you do this. > > Looking at the rest of th

Re: [PATCH v9 2/9] dma-buf: dma-heap: export declared functions

2025-05-21 Thread Christian König
On 5/20/25 17:16, Jens Wiklander wrote: > Export the dma-buf heap functions declared in . That is what this patch does and that should be obvious by looking at it. You need to explain why you do this. Looking at the rest of the series it's most likely ok, but this commit message should really b

[PATCH v9 2/9] dma-buf: dma-heap: export declared functions

2025-05-20 Thread Jens Wiklander
Export the dma-buf heap functions declared in . Signed-off-by: Jens Wiklander --- drivers/dma-buf/dma-heap.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/dma-buf/dma-heap.c b/drivers/dma-buf/dma-heap.c index 3cbe87d4a464..cdddf0e24dce 100644 --- a/drivers/dma-buf/dma-heap.c +++