summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 4cc500de..ad35c9ae 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.c
@@ -1602,6 +1602,8 @@ int gk20a_init_gpu_characteristics(struct gk20a *g)
1602 1602
1603 gpu->big_page_size = g->mm.big_page_size; 1603 gpu->big_page_size = g->mm.big_page_size;
1604 gpu->compression_page_size = g->mm.compression_page_size; 1604 gpu->compression_page_size = g->mm.compression_page_size;
1605 gpu->pde_coverage_bit_count = g->mm.pde_stride_shift;
1606 gpu->reserved = 0;
1605 1607
1606 return 0; 1608 return 0;
1607} 1609}