video: tegra: nvmap: move dmabuf code to dmabuf unit

Move dmabuf code to dmabuf unit. This will help to deprecate
nvmap_priv.h.

JIRA TMM-5721

Change-Id: I5fc2a6e0d8ff1939df5e5623fc9d12fa3592e3bd
Signed-off-by: Pritesh Raithatha <praithatha@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3234588
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
Pritesh Raithatha
2024-10-22 06:52:33 +00:00
committed by Jon Hunter
parent c79fe58101
commit cfda55996f
7 changed files with 38 additions and 39 deletions

View File

@@ -12,6 +12,7 @@
#include "nvmap_dev.h"
#include "nvmap_alloc.h"
#include "nvmap_handle.h"
#include "nvmap_dmabuf.h"
static void nvmap_vma_close(struct vm_area_struct *vma);