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.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h b/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
index 3ff1b088..21922426 100644
--- a/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
@@ -24,14 +24,13 @@
24#ifndef FIFO_GK20A_H 24#ifndef FIFO_GK20A_H
25#define FIFO_GK20A_H 25#define FIFO_GK20A_H
26 26
27#include "channel_gk20a.h"
28#include "tsg_gk20a.h"
29
30#include <nvgpu/kref.h> 27#include <nvgpu/kref.h>
31 28
32struct gk20a_debug_output; 29struct gk20a_debug_output;
33struct mmu_fault_info; 30struct mmu_fault_info;
34struct nvgpu_semaphore; 31struct nvgpu_semaphore;
32struct channel_gk20a;
33struct tsg_gk20a;
35 34
36enum { 35enum {
37 NVGPU_FIFO_RUNLIST_INTERLEAVE_LEVEL_LOW = 0, 36 NVGPU_FIFO_RUNLIST_INTERLEAVE_LEVEL_LOW = 0,