summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/linux/driver_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/linux/driver_common.c')
-rw-r--r--drivers/gpu/nvgpu/common/linux/driver_common.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/driver_common.c b/drivers/gpu/nvgpu/common/linux/driver_common.c
index 4de0658b..f2373e00 100644
--- a/drivers/gpu/nvgpu/common/linux/driver_common.c
+++ b/drivers/gpu/nvgpu/common/linux/driver_common.c
@@ -182,8 +182,6 @@ static void nvgpu_init_mm_vars(struct gk20a *g)
182 platform->unified_memory); 182 platform->unified_memory);
183 __nvgpu_set_enabled(g, NVGPU_MM_UNIFY_ADDRESS_SPACES, 183 __nvgpu_set_enabled(g, NVGPU_MM_UNIFY_ADDRESS_SPACES,
184 platform->unify_address_spaces); 184 platform->unify_address_spaces);
185 __nvgpu_set_enabled(g, NVGPU_MM_CE_TSG_REQUIRED,
186 platform->tsg_required);
187 185
188 nvgpu_mutex_init(&g->mm.tlb_lock); 186 nvgpu_mutex_init(&g->mm.tlb_lock);
189 nvgpu_mutex_init(&g->mm.priv_lock); 187 nvgpu_mutex_init(&g->mm.priv_lock);