summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv100/fifo_gv100.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gv100/fifo_gv100.c')
-rw-r--r--drivers/gpu/nvgpu/gv100/fifo_gv100.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gv100/fifo_gv100.c b/drivers/gpu/nvgpu/gv100/fifo_gv100.c
index 1dedb7d4..0b5515f2 100644
--- a/drivers/gpu/nvgpu/gv100/fifo_gv100.c
+++ b/drivers/gpu/nvgpu/gv100/fifo_gv100.c
@@ -22,11 +22,12 @@
22 * DEALINGS IN THE SOFTWARE. 22 * DEALINGS IN THE SOFTWARE.
23 */ 23 */
24 24
25#include "gk20a/gk20a.h"
26#include "fifo_gv100.h"
27#include <nvgpu/timers.h> 25#include <nvgpu/timers.h>
28#include <nvgpu/ptimer.h> 26#include <nvgpu/ptimer.h>
29#include <nvgpu/io.h> 27#include <nvgpu/io.h>
28#include <nvgpu/gk20a.h>
29
30#include "fifo_gv100.h"
30 31
31#include <nvgpu/hw/gv100/hw_ccsr_gv100.h> 32#include <nvgpu/hw/gv100/hw_ccsr_gv100.h>
32#include <nvgpu/hw/gk20a/hw_fifo_gk20a.h> 33#include <nvgpu/hw/gk20a/hw_fifo_gk20a.h>