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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h b/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
index 1a248dba..350bfa88 100644
--- a/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
@@ -39,6 +39,9 @@ struct fifo_runlist_info_gk20a {
39 struct mem_desc mem[MAX_RUNLIST_BUFFERS]; 39 struct mem_desc mem[MAX_RUNLIST_BUFFERS];
40 u32 cur_buffer; 40 u32 cur_buffer;
41 u32 total_entries; 41 u32 total_entries;
42 u32 pbdma_bitmask; /* pbdmas supported for this runlist*/
43 u32 eng_bitmask; /* engines using this runlist */
44 u32 reset_eng_bitmask; /* engines to be reset during recovery */
42 bool stopped; 45 bool stopped;
43 bool support_tsg; 46 bool support_tsg;
44 struct nvgpu_mutex mutex; /* protect channel preempt and runlist update */ 47 struct nvgpu_mutex mutex; /* protect channel preempt and runlist update */