summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/hw_fifo_gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/hw_fifo_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/hw_fifo_gk20a.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/hw_fifo_gk20a.h b/drivers/gpu/nvgpu/gk20a/hw_fifo_gk20a.h
index a39d3c51..5ebb8365 100644
--- a/drivers/gpu/nvgpu/gk20a/hw_fifo_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/hw_fifo_gk20a.h
@@ -230,6 +230,10 @@ static inline u32 fifo_intr_en_0_r(void)
230{ 230{
231 return 0x00002140; 231 return 0x00002140;
232} 232}
233static inline u32 fifo_intr_en_0_sched_error_m(void)
234{
235 return 0x1 << 8;
236}
233static inline u32 fifo_intr_en_1_r(void) 237static inline u32 fifo_intr_en_1_r(void)
234{ 238{
235 return 0x00002528; 239 return 0x00002528;