Re: [PATCH v3 2/3] dma-buf: heaps: Parameterize heap name in __add_cma_heap()

2025-05-27 Thread Maxime Ripard
On Thu, 22 May 2025 12:14:17 -0700, Jared Kangas wrote: > Prepare for the introduction of a fixed-name CMA heap by replacing the > unused void pointer parameter in __add_cma_heap() with the heap name. > > Signed-off-by: Jared Kangas Reviewed-by: Maxime Ripard Thanks! Maxime

[PATCH v3 2/3] dma-buf: heaps: Parameterize heap name in __add_cma_heap()

2025-05-22 Thread Jared Kangas
Prepare for the introduction of a fixed-name CMA heap by replacing the unused void pointer parameter in __add_cma_heap() with the heap name. Signed-off-by: Jared Kangas --- drivers/dma-buf/heaps/cma_heap.c | 18 +++--- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/dr