summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.c b/drivers/gpu/nvgpu/gk20a/gk20a.c
index b3f4e5fe..9dca86fb 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.c
@@ -455,7 +455,7 @@ int gk20a_init_gpu_characteristics(struct gk20a *g)
455 if (g->ops.mm.support_sparse && g->ops.mm.support_sparse(g)) 455 if (g->ops.mm.support_sparse && g->ops.mm.support_sparse(g))
456 gpu->flags |= NVGPU_GPU_FLAGS_SUPPORT_SPARSE_ALLOCS; 456 gpu->flags |= NVGPU_GPU_FLAGS_SUPPORT_SPARSE_ALLOCS;
457 457
458 if (gk20a_platform_has_syncpoints(g->dev)) 458 if (gk20a_platform_has_syncpoints(g))
459 gpu->flags |= NVGPU_GPU_FLAGS_HAS_SYNCPOINTS; 459 gpu->flags |= NVGPU_GPU_FLAGS_HAS_SYNCPOINTS;
460 460
461 gpu->flags |= NVGPU_GPU_FLAGS_SUPPORT_USERSPACE_MANAGED_AS; 461 gpu->flags |= NVGPU_GPU_FLAGS_SUPPORT_USERSPACE_MANAGED_AS;