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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h b/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
index 103f00a1..61783c7d 100644
--- a/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
@@ -38,7 +38,6 @@ struct fifo_runlist_info_gk20a {
38 bool stopped; 38 bool stopped;
39 bool support_tsg; 39 bool support_tsg;
40 struct mutex mutex; /* protect channel preempt and runlist upate */ 40 struct mutex mutex; /* protect channel preempt and runlist upate */
41 wait_queue_head_t runlist_wq;
42}; 41};
43 42
44/* so far gk20a has two engines: gr and ce2(gr_copy) */ 43/* so far gk20a has two engines: gr and ce2(gr_copy) */