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, 2 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.c b/drivers/gpu/nvgpu/gk20a/gk20a.c
index 2ed7b737..7d744f42 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.c
@@ -1907,7 +1907,8 @@ int gk20a_init_gpu_characteristics(struct gk20a *g)
1907 gpu->compression_page_size = g->mm.compression_page_size; 1907 gpu->compression_page_size = g->mm.compression_page_size;
1908 gpu->pde_coverage_bit_count = g->mm.pde_stride_shift; 1908 gpu->pde_coverage_bit_count = g->mm.pde_stride_shift;
1909 1909
1910 gpu->flags = 0; 1910 gpu->flags = NVHOST_GPU_FLAGS_SUPPORT_PARTIAL_MAPPINGS
1911 | NVHOST_GPU_FLAGS_SUPPORT_SPARSE_ALLOCS;
1911 1912
1912 if (IS_ENABLED(CONFIG_TEGRA_GK20A) && 1913 if (IS_ENABLED(CONFIG_TEGRA_GK20A) &&
1913 gk20a_platform_has_syncpoints(g->dev)) 1914 gk20a_platform_has_syncpoints(g->dev))