summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b/hw_mc_gm20b.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b/hw_mc_gm20b.h')
-rw-r--r--drivers/gpu/nvgpu/gm20b/hw_mc_gm20b.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/hw_mc_gm20b.h b/drivers/gpu/nvgpu/gm20b/hw_mc_gm20b.h
index e978adf2..1b741677 100644
--- a/drivers/gpu/nvgpu/gm20b/hw_mc_gm20b.h
+++ b/drivers/gpu/nvgpu/gm20b/hw_mc_gm20b.h
@@ -186,6 +186,10 @@ static inline u32 mc_enable_hub_enabled_f(void)
186{ 186{
187 return 0x20000000; 187 return 0x20000000;
188} 188}
189static inline u32 mc_intr_ltc_r(void)
190{
191 return 0x0000017c;
192}
189static inline u32 mc_enable_pb_r(void) 193static inline u32 mc_enable_pb_r(void)
190{ 194{
191 return 0x00000204; 195 return 0x00000204;