summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp10b/hw_fb_gp10b.h
diff options
context:
space:
mode:
authorTerje Bergstrom <tbergstrom@nvidia.com>2015-03-25 13:50:41 -0400
committerDeepak Nibade <dnibade@nvidia.com>2016-12-27 04:52:04 -0500
commitd4e870edd0251cb8e8ec4915490e8716b8b67fa9 (patch)
treea2ba0aa984fdb45d70aebd2feed9ee906e503bf0 /drivers/gpu/nvgpu/gp10b/hw_fb_gp10b.h
parent9f22ad4687068089696bf61e5e900361e2b62502 (diff)
gpu: nvgpu: gp10b: Regenerate HW headers
Change-Id: Id1954b6e96dbc75ab217a4b36a11a0457f9ceef1 Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: http://git-master/r/722845
Diffstat (limited to 'drivers/gpu/nvgpu/gp10b/hw_fb_gp10b.h')
-rw-r--r--drivers/gpu/nvgpu/gp10b/hw_fb_gp10b.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gp10b/hw_fb_gp10b.h b/drivers/gpu/nvgpu/gp10b/hw_fb_gp10b.h
index 2078bdca..1fee19b1 100644
--- a/drivers/gpu/nvgpu/gp10b/hw_fb_gp10b.h
+++ b/drivers/gpu/nvgpu/gp10b/hw_fb_gp10b.h
@@ -426,10 +426,18 @@ static inline u32 fb_mmu_debug_ctrl_debug_v(u32 r)
426{ 426{
427 return (r >> 16) & 0x1; 427 return (r >> 16) & 0x1;
428} 428}
429static inline u32 fb_mmu_debug_ctrl_debug_m(void)
430{
431 return 0x1 << 16;
432}
429static inline u32 fb_mmu_debug_ctrl_debug_enabled_v(void) 433static inline u32 fb_mmu_debug_ctrl_debug_enabled_v(void)
430{ 434{
431 return 0x00000001; 435 return 0x00000001;
432} 436}
437static inline u32 fb_mmu_debug_ctrl_debug_disabled_v(void)
438{
439 return 0x00000000;
440}
433static inline u32 fb_mmu_vpr_info_r(void) 441static inline u32 fb_mmu_vpr_info_r(void)
434{ 442{
435 return 0x00100cd0; 443 return 0x00100cd0;