summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/fifo_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/fifo_gk20a.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h b/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
index 4ff1398a..dd320ae1 100644
--- a/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
@@ -32,7 +32,7 @@ struct fifo_runlist_info_gk20a {
32 unsigned long *active_channels; 32 unsigned long *active_channels;
33 unsigned long *active_tsgs; 33 unsigned long *active_tsgs;
34 /* Each engine has its own SW and HW runlist buffer.*/ 34 /* Each engine has its own SW and HW runlist buffer.*/
35 struct runlist_mem_desc mem[MAX_RUNLIST_BUFFERS]; 35 struct mem_desc mem[MAX_RUNLIST_BUFFERS];
36 u32 cur_buffer; 36 u32 cur_buffer;
37 u32 total_entries; 37 u32 total_entries;
38 bool stopped; 38 bool stopped;
@@ -102,9 +102,8 @@ struct fifo_gk20a {
102 struct fifo_runlist_info_gk20a *runlist_info; 102 struct fifo_runlist_info_gk20a *runlist_info;
103 u32 max_runlists; 103 u32 max_runlists;
104 104
105 struct userd_desc userd; 105 struct mem_desc userd;
106 u32 userd_entry_size; 106 u32 userd_entry_size;
107 u32 userd_total_size;
108 107
109 struct channel_gk20a *channel; 108 struct channel_gk20a *channel;
110 struct mutex ch_inuse_mutex; /* protect unused chid look up */ 109 struct mutex ch_inuse_mutex; /* protect unused chid look up */