summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b/hw_ltc_gm20b.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b/hw_ltc_gm20b.h')
-rw-r--r--drivers/gpu/nvgpu/gm20b/hw_ltc_gm20b.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/hw_ltc_gm20b.h b/drivers/gpu/nvgpu/gm20b/hw_ltc_gm20b.h
index 3698a30e..1bc024be 100644
--- a/drivers/gpu/nvgpu/gm20b/hw_ltc_gm20b.h
+++ b/drivers/gpu/nvgpu/gm20b/hw_ltc_gm20b.h
@@ -122,6 +122,10 @@ static inline u32 ltc_ltcs_ltss_cbc_ctrl2_clear_lower_bound_f(u32 v)
122{ 122{
123 return (v & 0x1ffff) << 0; 123 return (v & 0x1ffff) << 0;
124} 124}
125static inline u32 ltc_ltcs_ltss_intr_r(void)
126{
127 return 0x0017e20c;
128}
125static inline u32 ltc_ltcs_ltss_cbc_ctrl3_r(void) 129static inline u32 ltc_ltcs_ltss_cbc_ctrl3_r(void)
126{ 130{
127 return 0x0017e274; 131 return 0x0017e274;