summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp106
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp106')
-rw-r--r--drivers/gpu/nvgpu/gp106/fb_gp106.c4
-rw-r--r--drivers/gpu/nvgpu/gp106/hal_gp106.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gp106/fb_gp106.c b/drivers/gpu/nvgpu/gp106/fb_gp106.c
index dcb7e545..5be7062d 100644
--- a/drivers/gpu/nvgpu/gp106/fb_gp106.c
+++ b/drivers/gpu/nvgpu/gp106/fb_gp106.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (c) 2016, NVIDIA CORPORATION. All rights reserved. 2 * Copyright (c) 2016-2017, NVIDIA CORPORATION. All rights reserved.
3 * 3 *
4 * This program is free software; you can redistribute it and/or modify it 4 * This program is free software; you can redistribute it and/or modify it
5 * under the terms and conditions of the GNU General Public License, 5 * under the terms and conditions of the GNU General Public License,
@@ -14,6 +14,8 @@
14#include "gk20a/gk20a.h" 14#include "gk20a/gk20a.h"
15#include "gp10b/fb_gp10b.h" 15#include "gp10b/fb_gp10b.h"
16 16
17#include "fb_gp106.h"
18
17#include <nvgpu/hw/gp106/hw_fb_gp106.h> 19#include <nvgpu/hw/gp106/hw_fb_gp106.h>
18 20
19#define HW_SCRUB_TIMEOUT_DEFAULT 100 /* usec */ 21#define HW_SCRUB_TIMEOUT_DEFAULT 100 /* usec */
diff --git a/drivers/gpu/nvgpu/gp106/hal_gp106.c b/drivers/gpu/nvgpu/gp106/hal_gp106.c
index 3f64283a..eeb1bdd6 100644
--- a/drivers/gpu/nvgpu/gp106/hal_gp106.c
+++ b/drivers/gpu/nvgpu/gp106/hal_gp106.c
@@ -51,6 +51,8 @@
51#include "gp106/fb_gp106.h" 51#include "gp106/fb_gp106.h"
52#include "gp106/gp106_gating_reglist.h" 52#include "gp106/gp106_gating_reglist.h"
53 53
54#include "hal_gp106.h"
55
54#include <nvgpu/bug.h> 56#include <nvgpu/bug.h>
55 57
56#include <nvgpu/hw/gp106/hw_proj_gp106.h> 58#include <nvgpu/hw/gp106/hw_proj_gp106.h>