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.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/mm_gk20a.h b/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
index 0827d355..708dada3 100644
--- a/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
@@ -32,20 +32,6 @@
32 32
33enum gk20a_mem_rw_flag; 33enum gk20a_mem_rw_flag;
34 34
35struct gpfifo_desc {
36 struct nvgpu_mem mem;
37 u32 entry_num;
38
39 u32 get;
40 u32 put;
41
42 bool wrap;
43
44 /* if gpfifo lives in vidmem or is forced to go via PRAMIN, first copy
45 * from userspace to pipe and then from pipe to gpu buffer */
46 void *pipe;
47};
48
49struct patch_desc { 35struct patch_desc {
50 struct nvgpu_mem mem; 36 struct nvgpu_mem mem;
51 u32 data_count; 37 u32 data_count;