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 8cef53d6..467bd665 100644
--- a/drivers/gpu/nvgpu/gm20b/hw_ltc_gm20b.h
+++ b/drivers/gpu/nvgpu/gm20b/hw_ltc_gm20b.h
@@ -278,6 +278,10 @@ static inline u32 ltc_ltcs_ltss_intr_en_evicted_cb_m(void)
278{ 278{
279 return 0x1 << 20; 279 return 0x1 << 20;
280} 280}
281static inline u32 ltc_ltcs_ltss_intr_en_illegal_compstat_access_m(void)
282{
283 return 0x1 << 30;
284}
281static inline u32 ltc_ltc0_lts0_intr_r(void) 285static inline u32 ltc_ltc0_lts0_intr_r(void)
282{ 286{
283 return 0x0014040c; 287 return 0x0014040c;