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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/mm_gk20a.h b/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
index e1ee8c2e..d2661733 100644
--- a/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
@@ -134,6 +134,10 @@ struct gr_ctx_desc {
134#endif 134#endif
135}; 135};
136 136
137struct ctx_header_desc {
138 struct mem_desc mem;
139};
140
137struct compbit_store_desc { 141struct compbit_store_desc {
138 struct mem_desc mem; 142 struct mem_desc mem;
139 143