summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/fifo_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/fifo_gk20a.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h b/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
index ea5d55a4..4c967e80 100644
--- a/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
@@ -38,6 +38,13 @@
38struct gk20a_debug_output; 38struct gk20a_debug_output;
39struct mmu_fault_info; 39struct mmu_fault_info;
40 40
41enum {
42 NVGPU_FIFO_RUNLIST_INTERLEAVE_LEVEL_LOW = 0,
43 NVGPU_FIFO_RUNLIST_INTERLEAVE_LEVEL_MEDIUM,
44 NVGPU_FIFO_RUNLIST_INTERLEAVE_LEVEL_HIGH,
45 NVGPU_FIFO_RUNLIST_INTERLEAVE_NUM_LEVELS,
46};
47
41#define MAX_RUNLIST_BUFFERS 2 48#define MAX_RUNLIST_BUFFERS 2
42 49
43#define FIFO_INVAL_ENGINE_ID ((u32)~0) 50#define FIFO_INVAL_ENGINE_ID ((u32)~0)