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, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.c b/drivers/gpu/nvgpu/gk20a/gk20a.c
index 0d74099e..a97ec735 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.c
@@ -1993,6 +1993,8 @@ int gk20a_init_gpu_characteristics(struct gk20a *g)
1993 gk20a_platform_has_syncpoints(g->dev)) 1993 gk20a_platform_has_syncpoints(g->dev))
1994 gpu->flags |= NVGPU_GPU_FLAGS_HAS_SYNCPOINTS; 1994 gpu->flags |= NVGPU_GPU_FLAGS_HAS_SYNCPOINTS;
1995 1995
1996 gpu->flags |= NVGPU_GPU_FLAGS_SUPPORT_USERSPACE_MANAGED_AS;
1997
1996 gpu->gpc_mask = 1; 1998 gpu->gpc_mask = 1;
1997 1999
1998 g->ops.gr.detect_sm_arch(g); 2000 g->ops.gr.detect_sm_arch(g);