summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/mm_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/mm_gk20a.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/mm_gk20a.h b/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
index 512d32e9..1a9bee5f 100644
--- a/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
@@ -110,6 +110,7 @@ struct zcull_ctx_desc {
110struct pm_ctx_desc { 110struct pm_ctx_desc {
111 struct mem_desc mem; 111 struct mem_desc mem;
112 u32 pm_mode; 112 u32 pm_mode;
113 bool ctx_was_enabled; /* Used in the virtual case only */
113}; 114};
114 115
115struct gk20a; 116struct gk20a;