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
This commit is contained in:
Terje Bergstrom
2016-04-19 15:49:01 -07:00
committed by Deepak Nibade
parent dd55c1c44f
commit 7be0ee4bb9

View File

@@ -474,4 +474,8 @@ static inline u32 fb_mmu_vpr_info_fetch_true_v(void)
{
return 0x00000001;
}
static inline u32 fb_niso_flush_sysmem_addr_r(void)
{
return 0x00100c10;
}
#endif