summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/cde_gk20a.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/cde_gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/cde_gk20a.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/cde_gk20a.c b/drivers/gpu/nvgpu/gk20a/cde_gk20a.c
index 6f629e81..4acfa955 100644
--- a/drivers/gpu/nvgpu/gk20a/cde_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/cde_gk20a.c
@@ -515,7 +515,7 @@ static int gk20a_init_cde_required_class(struct gk20a_cde_ctx *cde_ctx,
515 int err; 515 int err;
516 516
517 alloc_obj_ctx.class_num = required_class; 517 alloc_obj_ctx.class_num = required_class;
518 alloc_obj_ctx.padding = 0; 518 alloc_obj_ctx.flags = 0;
519 519
520 err = gk20a_alloc_obj_ctx(cde_ctx->ch, &alloc_obj_ctx); 520 err = gk20a_alloc_obj_ctx(cde_ctx->ch, &alloc_obj_ctx);
521 if (err) { 521 if (err) {