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.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.c b/drivers/gpu/nvgpu/gk20a/gk20a.c
index 8a1df1cc..df57ec7c 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.c
@@ -2056,6 +2056,9 @@ int gk20a_init_gpu_characteristics(struct gk20a *g)
2056 gpu->flags |= NVGPU_GPU_FLAGS_SUPPORT_USERSPACE_MANAGED_AS; 2056 gpu->flags |= NVGPU_GPU_FLAGS_SUPPORT_USERSPACE_MANAGED_AS;
2057 gpu->flags |= NVGPU_GPU_FLAGS_SUPPORT_TSG; 2057 gpu->flags |= NVGPU_GPU_FLAGS_SUPPORT_TSG;
2058 2058
2059 if (g->ops.clk_arb.get_arbiter_clk_domains)
2060 gpu->flags |= NVGPU_GPU_FLAGS_SUPPORT_CLOCK_CONTROLS;
2061
2059 gpu->gpc_mask = (1 << g->gr.gpc_count)-1; 2062 gpu->gpc_mask = (1 << g->gr.gpc_count)-1;
2060 2063
2061 g->ops.gr.detect_sm_arch(g); 2064 g->ops.gr.detect_sm_arch(g);