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.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/mm_gk20a.h b/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
index 5ba34bd7..2e0842f2 100644
--- a/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
@@ -57,17 +57,13 @@ struct mem_desc_sub {
57}; 57};
58 58
59struct gpfifo_desc { 59struct gpfifo_desc {
60 size_t size; 60 struct mem_desc mem;
61 u32 entry_num; 61 u32 entry_num;
62 62
63 u32 get; 63 u32 get;
64 u32 put; 64 u32 put;
65 65
66 bool wrap; 66 bool wrap;
67
68 u64 iova;
69 struct gpfifo *cpu_va;
70 u64 gpu_va;
71}; 67};
72 68
73struct patch_desc { 69struct patch_desc {