summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/nvgpu/gp10b/hw_fb_gp10b.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gp10b/hw_fb_gp10b.h b/drivers/gpu/nvgpu/gp10b/hw_fb_gp10b.h
index 236c2f8a..ec340777 100644
--- a/drivers/gpu/nvgpu/gp10b/hw_fb_gp10b.h
+++ b/drivers/gpu/nvgpu/gp10b/hw_fb_gp10b.h
@@ -474,4 +474,8 @@ static inline u32 fb_mmu_vpr_info_fetch_true_v(void)
474{ 474{
475 return 0x00000001; 475 return 0x00000001;
476} 476}
477static inline u32 fb_niso_flush_sysmem_addr_r(void)
478{
479 return 0x00100c10;
480}
477#endif 481#endif