summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv11b/fifo_gv11b.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gv11b/fifo_gv11b.h')
-rw-r--r--drivers/gpu/nvgpu/gv11b/fifo_gv11b.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/fifo_gv11b.h b/drivers/gpu/nvgpu/gv11b/fifo_gv11b.h
index 5b95ad9e..07a39da0 100644
--- a/drivers/gpu/nvgpu/gv11b/fifo_gv11b.h
+++ b/drivers/gpu/nvgpu/gv11b/fifo_gv11b.h
@@ -15,6 +15,9 @@
15 15
16#ifndef FIFO_GV11B_H 16#ifndef FIFO_GV11B_H
17#define FIFO_GV11B_H 17#define FIFO_GV11B_H
18
19#define FIFO_INVAL_PBDMA_ID ((u32)~0)
20
18struct gpu_ops; 21struct gpu_ops;
19void gv11b_init_fifo(struct gpu_ops *gops); 22void gv11b_init_fifo(struct gpu_ops *gops);
20#endif 23#endif