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/acr_gp106.c1
-rw-r--r--drivers/gpu/nvgpu/gp106/gr_ctx_gp106.c1
-rw-r--r--drivers/gpu/nvgpu/gp106/hal_gp106.c2
3 files changed, 0 insertions, 4 deletions
diff --git a/drivers/gpu/nvgpu/gp106/acr_gp106.c b/drivers/gpu/nvgpu/gp106/acr_gp106.c
index a4dfd07f..37a3d152 100644
--- a/drivers/gpu/nvgpu/gp106/acr_gp106.c
+++ b/drivers/gpu/nvgpu/gp106/acr_gp106.c
@@ -31,7 +31,6 @@
31#include "gp106/pmu_gp106.h" 31#include "gp106/pmu_gp106.h"
32 32
33#include "sec2_gp106.h" 33#include "sec2_gp106.h"
34#include "nvgpu_gpuid_t18x.h"
35 34
36#include <nvgpu/hw/gp106/hw_psec_gp106.h> 35#include <nvgpu/hw/gp106/hw_psec_gp106.h>
37#include <nvgpu/hw/gp106/hw_pwr_gp106.h> 36#include <nvgpu/hw/gp106/hw_pwr_gp106.h>
diff --git a/drivers/gpu/nvgpu/gp106/gr_ctx_gp106.c b/drivers/gpu/nvgpu/gp106/gr_ctx_gp106.c
index 1f47cc5a..419c71df 100644
--- a/drivers/gpu/nvgpu/gp106/gr_ctx_gp106.c
+++ b/drivers/gpu/nvgpu/gp106/gr_ctx_gp106.c
@@ -15,7 +15,6 @@
15 15
16#include "gk20a/gk20a.h" 16#include "gk20a/gk20a.h"
17#include "gr_ctx_gp106.h" 17#include "gr_ctx_gp106.h"
18#include "nvgpu_gpuid_t18x.h"
19 18
20static int gr_gp106_get_netlist_name(struct gk20a *g, int index, char *name) 19static int gr_gp106_get_netlist_name(struct gk20a *g, int index, char *name)
21{ 20{
diff --git a/drivers/gpu/nvgpu/gp106/hal_gp106.c b/drivers/gpu/nvgpu/gp106/hal_gp106.c
index cece5dd6..d07223c9 100644
--- a/drivers/gpu/nvgpu/gp106/hal_gp106.c
+++ b/drivers/gpu/nvgpu/gp106/hal_gp106.c
@@ -52,8 +52,6 @@
52#include "gp106/fb_gp106.h" 52#include "gp106/fb_gp106.h"
53#include "gp106/gp106_gating_reglist.h" 53#include "gp106/gp106_gating_reglist.h"
54 54
55#include "nvgpu_gpuid_t18x.h"
56
57#include <nvgpu/hw/gp106/hw_proj_gp106.h> 55#include <nvgpu/hw/gp106/hw_proj_gp106.h>
58 56
59static struct gpu_ops gp106_ops = { 57static struct gpu_ops gp106_ops = {