summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b/hw_fb_gm20b.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b/hw_fb_gm20b.h')
-rw-r--r--drivers/gpu/nvgpu/gm20b/hw_fb_gm20b.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/hw_fb_gm20b.h b/drivers/gpu/nvgpu/gm20b/hw_fb_gm20b.h
index f3ad6f26..39259516 100644
--- a/drivers/gpu/nvgpu/gm20b/hw_fb_gm20b.h
+++ b/drivers/gpu/nvgpu/gm20b/hw_fb_gm20b.h
@@ -58,6 +58,10 @@ static inline u32 fb_mmu_ctrl_r(void)
58{ 58{
59 return 0x00100c80; 59 return 0x00100c80;
60} 60}
61static inline u32 fb_priv_mmu_phy_secure_r(void)
62{
63 return 0x00100ce4;
64}
61static inline u32 fb_mmu_ctrl_vm_pg_size_f(u32 v) 65static inline u32 fb_mmu_ctrl_vm_pg_size_f(u32 v)
62{ 66{
63 return (v & 0x1) << 0; 67 return (v & 0x1) << 0;