summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorTerje Bergstrom <tbergstrom@nvidia.com>2016-04-19 18:49:01 -0400
committerDeepak Nibade <dnibade@nvidia.com>2016-12-27 04:54:54 -0500
commit7be0ee4bb9c1436ecf37984d2e3f5e39a48537fe (patch)
treeb5e623e68dbd76c913b878328788e920f5f774ca /drivers
parentdd55c1c44fa5f8ee2b73c1a081e12af46c08f235 (diff)
gpu: nvgpu: gp10b: Add def for NISO sysmem flush addr
Add definition for NISO sysmem flush addr. This makes gp10b in sync with rest of chips. Change-Id: Ic3548585000602497e9d7ff271144b9ca9b2acca Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: http://git-master/r/1129217 Reviewed-by: Seshendra Gadagottu <sgadagottu@nvidia.com> GVS: Gerrit_Virtual_Submit
Diffstat (limited to 'drivers')
-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