summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/mm_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/mm_gk20a.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/mm_gk20a.h b/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
index a245d0e0..cadcffa4 100644
--- a/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
@@ -31,6 +31,8 @@
31#include <nvgpu/rbtree.h> 31#include <nvgpu/rbtree.h>
32#include <nvgpu/kref.h> 32#include <nvgpu/kref.h>
33 33
34struct nvgpu_pd_cache;
35
34#ifdef CONFIG_ARM64 36#ifdef CONFIG_ARM64
35#define outer_flush_range(a, b) 37#define outer_flush_range(a, b)
36#define __cpuc_flush_dcache_area __flush_dcache_area 38#define __cpuc_flush_dcache_area __flush_dcache_area
@@ -217,6 +219,8 @@ struct mm_gk20a {
217 struct vm_gk20a *vm; 219 struct vm_gk20a *vm;
218 } ce; 220 } ce;
219 221
222 struct nvgpu_pd_cache *pd_cache;
223
220 struct nvgpu_mutex l2_op_lock; 224 struct nvgpu_mutex l2_op_lock;
221 struct nvgpu_mutex tlb_lock; 225 struct nvgpu_mutex tlb_lock;
222 struct nvgpu_mutex priv_lock; 226 struct nvgpu_mutex priv_lock;