summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/linux/vgpu/mm_vgpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/linux/vgpu/mm_vgpu.h')
-rw-r--r--drivers/gpu/nvgpu/common/linux/vgpu/mm_vgpu.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/vgpu/mm_vgpu.h b/drivers/gpu/nvgpu/common/linux/vgpu/mm_vgpu.h
index bb38fa27..b0937495 100644
--- a/drivers/gpu/nvgpu/common/linux/vgpu/mm_vgpu.h
+++ b/drivers/gpu/nvgpu/common/linux/vgpu/mm_vgpu.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (c) 2017, NVIDIA CORPORATION. All rights reserved. 2 * Copyright (c) 2017-2018, NVIDIA CORPORATION. All rights reserved.
3 * 3 *
4 * This program is free software; you can redistribute it and/or modify it 4 * This program is free software; you can redistribute it and/or modify it
5 * under the terms and conditions of the GNU General Public License, 5 * under the terms and conditions of the GNU General Public License,
@@ -17,6 +17,11 @@
17#ifndef _MM_VGPU_H_ 17#ifndef _MM_VGPU_H_
18#define _MM_VGPU_H_ 18#define _MM_VGPU_H_
19 19
20struct nvgpu_mem;
21struct channel_gk20a;
22struct vm_gk20a_mapping_batch;
23struct gk20a_as_share;
24
20void vgpu_locked_gmmu_unmap(struct vm_gk20a *vm, 25void vgpu_locked_gmmu_unmap(struct vm_gk20a *vm,
21 u64 vaddr, 26 u64 vaddr,
22 u64 size, 27 u64 size,