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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/fifo_gv11b.h b/drivers/gpu/nvgpu/gv11b/fifo_gv11b.h
index ab56b876..94b7934f 100644
--- a/drivers/gpu/nvgpu/gv11b/fifo_gv11b.h
+++ b/drivers/gpu/nvgpu/gv11b/fifo_gv11b.h
@@ -31,6 +31,10 @@
31*/ 31*/
32#define SCHED_ERROR_CODE_BAD_TSG 0x00000020 32#define SCHED_ERROR_CODE_BAD_TSG 0x00000020
33 33
34/* can be removed after runque support is added */
35
36#define GR_RUNQUE 0 /* pbdma 0 */
37#define ASYNC_CE_RUNQUE 2 /* pbdma 2 */
34 38
35struct gpu_ops; 39struct gpu_ops;
36void gv11b_init_fifo(struct gpu_ops *gops); 40void gv11b_init_fifo(struct gpu_ops *gops);