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, 0 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/channel_gk20a.h b/drivers/gpu/nvgpu/gk20a/channel_gk20a.h
index 263ca291..c60afb97 100644
--- a/drivers/gpu/nvgpu/gk20a/channel_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/channel_gk20a.h
@@ -59,7 +59,6 @@ struct fence {
59/* contexts associated with a channel */ 59/* contexts associated with a channel */
60struct channel_ctx_gk20a { 60struct channel_ctx_gk20a {
61 struct gr_ctx_desc *gr_ctx; 61 struct gr_ctx_desc *gr_ctx;
62 struct pm_ctx_desc pm_ctx;
63 struct patch_desc patch_ctx; 62 struct patch_desc patch_ctx;
64 struct zcull_ctx_desc zcull_ctx; 63 struct zcull_ctx_desc zcull_ctx;
65 u64 global_ctx_buffer_va[NR_GLOBAL_CTX_BUF_VA]; 64 u64 global_ctx_buffer_va[NR_GLOBAL_CTX_BUF_VA];