summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/include
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/include')
-rw-r--r--drivers/gpu/nvgpu/include/nvgpu/hw/gv11b/hw_gr_gv11b.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/include/nvgpu/hw/gv11b/hw_gr_gv11b.h b/drivers/gpu/nvgpu/include/nvgpu/hw/gv11b/hw_gr_gv11b.h
index f40c7585..a4bcce42 100644
--- a/drivers/gpu/nvgpu/include/nvgpu/hw/gv11b/hw_gr_gv11b.h
+++ b/drivers/gpu/nvgpu/include/nvgpu/hw/gv11b/hw_gr_gv11b.h
@@ -1988,6 +1988,18 @@ static inline u32 gr_fecs_host_int_enable_watchdog_enable_f(void)
1988{ 1988{
1989 return 0x80000U; 1989 return 0x80000U;
1990} 1990}
1991static inline u32 gr_fecs_host_int_enable_flush_when_busy_enable_f(void)
1992{
1993 return 0x100000U;
1994}
1995static inline u32 gr_fecs_host_int_enable_ecc_corrected_enable_f(void)
1996{
1997 return 0x200000U;
1998}
1999static inline u32 gr_fecs_host_int_enable_ecc_uncorrected_enable_f(void)
2000{
2001 return 0x400000U;
2002}
1991static inline u32 gr_fecs_ctxsw_reset_ctl_r(void) 2003static inline u32 gr_fecs_ctxsw_reset_ctl_r(void)
1992{ 2004{
1993 return 0x00409614U; 2005 return 0x00409614U;