summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b/hw_fb_gm20b.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b/hw_fb_gm20b.h')
-rw-r--r--drivers/gpu/nvgpu/gm20b/hw_fb_gm20b.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/hw_fb_gm20b.h b/drivers/gpu/nvgpu/gm20b/hw_fb_gm20b.h
index 214306cb..5ec4a46e 100644
--- a/drivers/gpu/nvgpu/gm20b/hw_fb_gm20b.h
+++ b/drivers/gpu/nvgpu/gm20b/hw_fb_gm20b.h
@@ -222,10 +222,18 @@ static inline u32 fb_mmu_debug_ctrl_debug_enabled_v(void)
222{ 222{
223 return 0x00000001; 223 return 0x00000001;
224} 224}
225static inline u32 fb_mmu_debug_ctrl_debug_enabled_f(void)
226{
227 return 0x10000;
228}
225static inline u32 fb_mmu_debug_ctrl_debug_disabled_v(void) 229static inline u32 fb_mmu_debug_ctrl_debug_disabled_v(void)
226{ 230{
227 return 0x00000000; 231 return 0x00000000;
228} 232}
233static inline u32 fb_mmu_debug_ctrl_debug_disabled_f(void)
234{
235 return 0x0;
236}
229static inline u32 fb_mmu_vpr_info_r(void) 237static inline u32 fb_mmu_vpr_info_r(void)
230{ 238{
231 return 0x00100cd0; 239 return 0x00100cd0;