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 ed8364a9..160a5738 100644
--- a/drivers/gpu/nvgpu/common/linux/os_linux.h
+++ b/drivers/gpu/nvgpu/common/linux/os_linux.h
@@ -19,6 +19,7 @@
19#include <linux/cdev.h> 19#include <linux/cdev.h>
20 20
21#include "gk20a/gk20a.h" 21#include "gk20a/gk20a.h"
22#include "cde.h"
22 23
23struct nvgpu_os_linux { 24struct nvgpu_os_linux {
24 struct gk20a g; 25 struct gk20a g;
@@ -108,6 +109,7 @@ struct nvgpu_os_linux {
108 struct dentry *debugfs_force_preemption_gfxp; 109 struct dentry *debugfs_force_preemption_gfxp;
109 struct dentry *debugfs_dump_ctxsw_stats; 110 struct dentry *debugfs_dump_ctxsw_stats;
110#endif 111#endif
112 struct gk20a_cde_app cde_app;
111}; 113};
112 114
113static inline struct nvgpu_os_linux *nvgpu_os_linux_from_gk20a(struct gk20a *g) 115static inline struct nvgpu_os_linux *nvgpu_os_linux_from_gk20a(struct gk20a *g)