summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/channel_gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/channel_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/channel_gk20a.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/channel_gk20a.h b/drivers/gpu/nvgpu/gk20a/channel_gk20a.h
index 36697e02..4d236a70 100644
--- a/drivers/gpu/nvgpu/gk20a/channel_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/channel_gk20a.h
@@ -83,6 +83,9 @@ struct channel_gk20a {
83 bool vpr; 83 bool vpr;
84 pid_t pid; 84 pid_t pid;
85 85
86 int tsgid;
87 struct list_head ch_entry; /* channel's entry in TSG */
88
86 struct list_head jobs; 89 struct list_head jobs;
87 struct mutex jobs_lock; 90 struct mutex jobs_lock;
88 struct mutex submit_lock; 91 struct mutex submit_lock;