summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index 3442861c..4ebdb6a4 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -1191,6 +1191,9 @@ struct gk20a {
1191 1191
1192 nvgpu_atomic_t usage_count; 1192 nvgpu_atomic_t usage_count;
1193 1193
1194 struct nvgpu_mutex ctxsw_disable_lock;
1195 int ctxsw_disable_count;
1196
1194 struct nvgpu_ref refcount; 1197 struct nvgpu_ref refcount;
1195 1198
1196 const char *name; 1199 const char *name;