summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index 9bb890ca..184ef168 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -151,7 +151,7 @@ struct gpu_ops {
151 int (*init_ctx_state)(struct gk20a *g); 151 int (*init_ctx_state)(struct gk20a *g);
152 int (*alloc_gr_ctx)(struct gk20a *g, 152 int (*alloc_gr_ctx)(struct gk20a *g,
153 struct gr_ctx_desc **__gr_ctx, struct vm_gk20a *vm, 153 struct gr_ctx_desc **__gr_ctx, struct vm_gk20a *vm,
154 u32 padding); 154 u32 class, u32 padding);
155 void (*free_gr_ctx)(struct gk20a *g, 155 void (*free_gr_ctx)(struct gk20a *g,
156 struct vm_gk20a *vm, 156 struct vm_gk20a *vm,
157 struct gr_ctx_desc *gr_ctx); 157 struct gr_ctx_desc *gr_ctx);