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.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/cde_gk20a.c b/drivers/gpu/nvgpu/gk20a/cde_gk20a.c
index ddca39f3..cd4e71bf 100644
--- a/drivers/gpu/nvgpu/gk20a/cde_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/cde_gk20a.c
@@ -493,6 +493,9 @@ static int gk20a_init_cde_required_class(struct gk20a_cde_ctx *cde_ctx,
493 alloc_obj_ctx.class_num = required_class; 493 alloc_obj_ctx.class_num = required_class;
494 alloc_obj_ctx.flags = 0; 494 alloc_obj_ctx.flags = 0;
495 495
496 /* CDE enabled */
497 cde_ctx->ch->cde = true;
498
496 err = gk20a_alloc_obj_ctx(cde_ctx->ch, &alloc_obj_ctx); 499 err = gk20a_alloc_obj_ctx(cde_ctx->ch, &alloc_obj_ctx);
497 if (err) { 500 if (err) {
498 gk20a_warn(&cde_ctx->pdev->dev, "cde: failed to allocate ctx. err=%d", 501 gk20a_warn(&cde_ctx->pdev->dev, "cde: failed to allocate ctx. err=%d",