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 07be7edc..9b95ed84 100644
--- a/drivers/gpu/nvgpu/common/linux/os_linux.h
+++ b/drivers/gpu/nvgpu/common/linux/os_linux.h
@@ -149,6 +149,8 @@ struct nvgpu_os_linux {
149 struct rw_semaphore busy_lock; 149 struct rw_semaphore busy_lock;
150 150
151 struct gk20a_sched_ctrl sched_ctrl; 151 struct gk20a_sched_ctrl sched_ctrl;
152
153 bool init_done;
152}; 154};
153 155
154static inline struct nvgpu_os_linux *nvgpu_os_linux_from_gk20a(struct gk20a *g) 156static inline struct nvgpu_os_linux *nvgpu_os_linux_from_gk20a(struct gk20a *g)