summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv11b/hw_fb_gv11b.h
diff options
context:
space:
mode:
authorseshendra Gadagottu <sgadagottu@nvidia.com>2016-07-05 16:55:46 -0400
committerTerje Bergstrom <tbergstrom@nvidia.com>2016-07-07 07:11:57 -0400
commitf4035d17a39ac356f3cbf8aecc2ba4c679dd6fb3 (patch)
tree757feb9a88caea9c6aa6b7853acbce6645f4edf1 /drivers/gpu/nvgpu/gv11b/hw_fb_gv11b.h
parentca9cb9715407d5e86228cf1b26e83b8dd6115385 (diff)
gpu: nvgpu: gv11b: update code to HW CL 36758735
Update headers and corresponding code to work with HW CL # 36758735 Bug 1735760 Change-Id: Ie26bfaa6377ab797c5ad978e4796a55334761b5d Signed-off-by: seshendra Gadagottu <sgadagottu@nvidia.com> Reviewed-on: http://git-master/r/1175882 Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com> Tested-by: Terje Bergstrom <tbergstrom@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gv11b/hw_fb_gv11b.h')
-rw-r--r--drivers/gpu/nvgpu/gv11b/hw_fb_gv11b.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/hw_fb_gv11b.h b/drivers/gpu/nvgpu/gv11b/hw_fb_gv11b.h
index 0a5622b4..900054aa 100644
--- a/drivers/gpu/nvgpu/gv11b/hw_fb_gv11b.h
+++ b/drivers/gpu/nvgpu/gv11b/hw_fb_gv11b.h
@@ -182,6 +182,10 @@ static inline u32 fb_mmu_invalidate_replay_cancel_global_f(void)
182{ 182{
183 return 0x20; 183 return 0x20;
184} 184}
185static inline u32 fb_mmu_invalidate_replay_cancel_f(void)
186{
187 return 0x20;
188}
185static inline u32 fb_mmu_invalidate_sys_membar_s(void) 189static inline u32 fb_mmu_invalidate_sys_membar_s(void)
186{ 190{
187 return 1; 191 return 1;
@@ -470,4 +474,8 @@ static inline u32 fb_mmu_vpr_info_fetch_true_v(void)
470{ 474{
471 return 0x00000001; 475 return 0x00000001;
472} 476}
477static inline u32 fb_niso_flush_sysmem_addr_r(void)
478{
479 return 0x00100c10;
480}
473#endif 481#endif