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 29c39160..d8951b94 100644
--- a/drivers/gpu/nvgpu/gk20a/channel_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/channel_gk20a.h
@@ -54,6 +54,7 @@ struct channel_ctx_gk20a {
54 struct gr_ctx_desc *gr_ctx; 54 struct gr_ctx_desc *gr_ctx;
55 struct patch_desc patch_ctx; 55 struct patch_desc patch_ctx;
56 struct zcull_ctx_desc zcull_ctx; 56 struct zcull_ctx_desc zcull_ctx;
57 struct pm_ctx_desc pm_ctx;
57 u64 global_ctx_buffer_va[NR_GLOBAL_CTX_BUF_VA]; 58 u64 global_ctx_buffer_va[NR_GLOBAL_CTX_BUF_VA];
58 u64 global_ctx_buffer_size[NR_GLOBAL_CTX_BUF_VA]; 59 u64 global_ctx_buffer_size[NR_GLOBAL_CTX_BUF_VA];
59 bool global_ctx_buffer_mapped; 60 bool global_ctx_buffer_mapped;