summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/channel_gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/channel_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/channel_gk20a.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/channel_gk20a.h b/drivers/gpu/nvgpu/gk20a/channel_gk20a.h
index 46a9b0a7..a9ccd93f 100644
--- a/drivers/gpu/nvgpu/gk20a/channel_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/channel_gk20a.h
@@ -57,6 +57,7 @@ struct channel_ctx_gk20a {
57 struct pm_ctx_desc pm_ctx; 57 struct pm_ctx_desc pm_ctx;
58 u64 global_ctx_buffer_va[NR_GLOBAL_CTX_BUF_VA]; 58 u64 global_ctx_buffer_va[NR_GLOBAL_CTX_BUF_VA];
59 u64 global_ctx_buffer_size[NR_GLOBAL_CTX_BUF_VA]; 59 u64 global_ctx_buffer_size[NR_GLOBAL_CTX_BUF_VA];
60 int global_ctx_buffer_index[NR_GLOBAL_CTX_BUF_VA];
60 bool global_ctx_buffer_mapped; 61 bool global_ctx_buffer_mapped;
61 struct ctx_header_desc ctx_header; 62 struct ctx_header_desc ctx_header;
62}; 63};