summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gr_gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gr_gk20a.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gr_gk20a.c b/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
index b77db87f..ddce0716 100644
--- a/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
@@ -3046,8 +3046,6 @@ int gk20a_alloc_obj_ctx(struct channel_gk20a *c, u32 class_num, u32 flags)
3046 "failed to set texlock for compute class"); 3046 "failed to set texlock for compute class");
3047 } 3047 }
3048 3048
3049 flags |= NVGPU_ALLOC_OBJ_FLAGS_LOCKBOOST_ZERO;
3050
3051 if (g->support_pmu && g->can_elpg) 3049 if (g->support_pmu && g->can_elpg)
3052 nvgpu_pmu_enable_elpg(g); 3050 nvgpu_pmu_enable_elpg(g);
3053 } 3051 }