summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/tsg_gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/tsg_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/tsg_gk20a.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/tsg_gk20a.h b/drivers/gpu/nvgpu/gk20a/tsg_gk20a.h
index dd8679be..4ad02996 100644
--- a/drivers/gpu/nvgpu/gk20a/tsg_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/tsg_gk20a.h
@@ -35,6 +35,8 @@ struct tsg_gk20a {
35 bool in_use; 35 bool in_use;
36 int tsgid; 36 int tsgid;
37 37
38 struct kref refcount;
39
38 struct list_head ch_list; 40 struct list_head ch_list;
39 int num_active_channels; 41 int num_active_channels;
40 struct mutex ch_list_lock; 42 struct mutex ch_list_lock;