summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/nvgpu/gp10b/mm_gp10b.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gp10b/mm_gp10b.c b/drivers/gpu/nvgpu/gp10b/mm_gp10b.c
index a0b6a7d1..ff248f51 100644
--- a/drivers/gpu/nvgpu/gp10b/mm_gp10b.c
+++ b/drivers/gpu/nvgpu/gp10b/mm_gp10b.c
@@ -18,7 +18,7 @@
18 18
19u32 gp10b_mm_get_physical_addr_bits(struct gk20a *g) 19u32 gp10b_mm_get_physical_addr_bits(struct gk20a *g)
20{ 20{
21 return 37; 21 return 36;
22} 22}
23 23
24void gp10b_init_mm(struct gpu_ops *gops) 24void gp10b_init_mm(struct gpu_ops *gops)