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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h b/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
index 6d1b902e..d5456ea1 100644
--- a/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
@@ -63,7 +63,7 @@ struct fifo_runlist_info_gk20a {
63 unsigned long *active_channels; 63 unsigned long *active_channels;
64 unsigned long *active_tsgs; 64 unsigned long *active_tsgs;
65 /* Each engine has its own SW and HW runlist buffer.*/ 65 /* Each engine has its own SW and HW runlist buffer.*/
66 struct mem_desc mem[MAX_RUNLIST_BUFFERS]; 66 struct nvgpu_mem mem[MAX_RUNLIST_BUFFERS];
67 u32 cur_buffer; 67 u32 cur_buffer;
68 u32 total_entries; 68 u32 total_entries;
69 u32 pbdma_bitmask; /* pbdmas supported for this runlist*/ 69 u32 pbdma_bitmask; /* pbdmas supported for this runlist*/
@@ -166,7 +166,7 @@ struct fifo_gk20a {
166 struct nvgpu_mutex lock; 166 struct nvgpu_mutex lock;
167 } profile; 167 } profile;
168#endif 168#endif
169 struct mem_desc userd; 169 struct nvgpu_mem userd;
170 u32 userd_entry_size; 170 u32 userd_entry_size;
171 171
172 unsigned int used_channels; 172 unsigned int used_channels;