summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/mm_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/mm_gk20a.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/mm_gk20a.h b/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
index 8d1dba66..24309abc 100644
--- a/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
@@ -326,7 +326,7 @@ int gk20a_mm_init(struct mm_gk20a *mm);
326 326
327static inline int bar1_aperture_size_mb_gk20a(void) 327static inline int bar1_aperture_size_mb_gk20a(void)
328{ 328{
329 return 128; /*TBD read this from fuses?*/ 329 return 16; /* 16MB is more than enough atm. */
330} 330}
331/* max address bits */ 331/* max address bits */
332static inline int max_physaddr_bits_gk20a(void) 332static inline int max_physaddr_bits_gk20a(void)