summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/linux/os_linux.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/linux/os_linux.h')
-rw-r--r--drivers/gpu/nvgpu/common/linux/os_linux.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/os_linux.h b/drivers/gpu/nvgpu/common/linux/os_linux.h
index 160a5738..48479843 100644
--- a/drivers/gpu/nvgpu/common/linux/os_linux.h
+++ b/drivers/gpu/nvgpu/common/linux/os_linux.h
@@ -110,6 +110,8 @@ struct nvgpu_os_linux {
110 struct dentry *debugfs_dump_ctxsw_stats; 110 struct dentry *debugfs_dump_ctxsw_stats;
111#endif 111#endif
112 struct gk20a_cde_app cde_app; 112 struct gk20a_cde_app cde_app;
113
114 struct rw_semaphore busy_lock;
113}; 115};
114 116
115static inline struct nvgpu_os_linux *nvgpu_os_linux_from_gk20a(struct gk20a *g) 117static inline struct nvgpu_os_linux *nvgpu_os_linux_from_gk20a(struct gk20a *g)