commit | 440d0f12b52a920f4c78376b3ce7039ba59244c5 | [log] [tgz] |
---|---|---|
author | Christian König <christian.koenig@amd.com> | Wed May 05 13:38:12 2021 +0200 |
committer | Christian König <christian.koenig@amd.com> | Mon Jun 14 19:38:34 2021 +0200 |
tree | 68275ad9b3385a4fad67c75f281bd44d8c9d0fa2 | |
parent | 9c61e789546810ee63708568737cb990d2b86605 [diff] |
dma-buf: add dma_fence_chain_alloc/free v3 Add a common allocation helper. Cleaning up the mix of kzalloc/kmalloc and some unused code in the selftest. v2: polish kernel doc a bit v3: polish kernel doc even a bit more Signed-off-by: Christian König <christian.koenig@amd.com> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: https://patchwork.freedesktop.org/patch/msgid/20210611120301.10595-3-christian.koenig@amd.com