]> git.ipfire.org Git - thirdparty/linux.git/commit
dma-buf: heaps: Parameterize heap name in __add_cma_heap()
authorJared Kangas <jkangas@redhat.com>
Tue, 10 Jun 2025 13:12:30 +0000 (06:12 -0700)
committerSumit Semwal <sumit.semwal@linaro.org>
Wed, 9 Jul 2025 10:21:39 +0000 (15:51 +0530)
commit86e59cc5069700361041aa5bf536a8a66be6b9ec
tree6f081d9cfbcc03d1c8e15ed1cd464d0000206b4e
parentc2d636dc6359efc68fbb84b44485789edcbba9f9
dma-buf: heaps: Parameterize heap name in __add_cma_heap()

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.

Reviewed-by: Maxime Ripard <mripard@kernel.org>
Acked-by: John Stultz <jstultz@google.com>
Signed-off-by: Jared Kangas <jkangas@redhat.com>
Signed-off-by: Sumit Semwal <sumit.semwal@linaro.org>
Link: https://lore.kernel.org/r/20250610131231.1724627-3-jkangas@redhat.com
drivers/dma-buf/heaps/cma_heap.c