commit | a25efb3863d068929f0bbeb87a995df11507e691 | [log] [tgz] |
---|---|---|
author | Christian König <christian.koenig@amd.com> | Thu Sep 23 13:57:42 2021 +0200 |
committer | Christian König <christian.koenig@amd.com> | Thu Nov 11 09:35:13 2021 +0100 |
tree | b43a55873cc98ab05efd650af21ec82ed8c57851 | |
parent | 781050b0a3164934857c300bb0bc291e38c26b6f [diff] |
dma-buf: add dma_fence_describe and dma_resv_describe v2 Add functions to dump dma_fence and dma_resv objects into a seq_file and use them for printing the debugfs information. v2: fix missing include reported by test robot. Signed-off-by: Christian König <christian.koenig@amd.com> Reviewed-by: Rob Clark <robdclark@gmail.com> Link: https://patchwork.freedesktop.org/patch/msgid/20211103081231.18578-2-christian.koenig@amd.com