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/clk_gp106.c2
-rw-r--r--drivers/gpu/nvgpu/gp106/fifo_gp106.c2
-rw-r--r--drivers/gpu/nvgpu/gp106/hal_gp106.c1
-rw-r--r--drivers/gpu/nvgpu/gp106/pmu_gp106.c1
4 files changed, 6 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gp106/clk_gp106.c b/drivers/gpu/nvgpu/gp106/clk_gp106.c
index b1fa7cad..27a3039c 100644
--- a/drivers/gpu/nvgpu/gp106/clk_gp106.c
+++ b/drivers/gpu/nvgpu/gp106/clk_gp106.c
@@ -29,6 +29,8 @@
29 29
30#include <nvgpu/kmem.h> 30#include <nvgpu/kmem.h>
31#include <nvgpu/io.h> 31#include <nvgpu/io.h>
32#include <nvgpu/list.h>
33#include <nvgpu/clk_arb.h>
32 34
33#include "gk20a/gk20a.h" 35#include "gk20a/gk20a.h"
34#include "gp106/mclk_gp106.h" 36#include "gp106/mclk_gp106.h"
diff --git a/drivers/gpu/nvgpu/gp106/fifo_gp106.c b/drivers/gpu/nvgpu/gp106/fifo_gp106.c
index 9b1dd768..c1428306 100644
--- a/drivers/gpu/nvgpu/gp106/fifo_gp106.c
+++ b/drivers/gpu/nvgpu/gp106/fifo_gp106.c
@@ -28,6 +28,8 @@
28#include <nvgpu/hw/gp106/hw_ccsr_gp106.h> 28#include <nvgpu/hw/gp106/hw_ccsr_gp106.h>
29#include <nvgpu/hw/gp106/hw_fifo_gp106.h> 29#include <nvgpu/hw/gp106/hw_fifo_gp106.h>
30 30
31#include <nvgpu/bug.h>
32
31u32 gp106_fifo_get_num_fifos(struct gk20a *g) 33u32 gp106_fifo_get_num_fifos(struct gk20a *g)
32{ 34{
33 return ccsr_channel__size_1_v(); 35 return ccsr_channel__size_1_v();
diff --git a/drivers/gpu/nvgpu/gp106/hal_gp106.c b/drivers/gpu/nvgpu/gp106/hal_gp106.c
index 286ed3c7..2cb43327 100644
--- a/drivers/gpu/nvgpu/gp106/hal_gp106.c
+++ b/drivers/gpu/nvgpu/gp106/hal_gp106.c
@@ -94,6 +94,7 @@
94#include <nvgpu/enabled.h> 94#include <nvgpu/enabled.h>
95#include <nvgpu/ctxsw_trace.h> 95#include <nvgpu/ctxsw_trace.h>
96#include <nvgpu/error_notifier.h> 96#include <nvgpu/error_notifier.h>
97#include <nvgpu/clk_arb.h>
97 98
98#include <nvgpu/hw/gp106/hw_proj_gp106.h> 99#include <nvgpu/hw/gp106/hw_proj_gp106.h>
99#include <nvgpu/hw/gp106/hw_fifo_gp106.h> 100#include <nvgpu/hw/gp106/hw_fifo_gp106.h>
diff --git a/drivers/gpu/nvgpu/gp106/pmu_gp106.c b/drivers/gpu/nvgpu/gp106/pmu_gp106.c
index 005523dc..45924828 100644
--- a/drivers/gpu/nvgpu/gp106/pmu_gp106.c
+++ b/drivers/gpu/nvgpu/gp106/pmu_gp106.c
@@ -23,6 +23,7 @@
23#include <nvgpu/pmu.h> 23#include <nvgpu/pmu.h>
24#include <nvgpu/enabled.h> 24#include <nvgpu/enabled.h>
25#include <nvgpu/io.h> 25#include <nvgpu/io.h>
26#include <nvgpu/clk_arb.h>
26 27
27#include "gk20a/gk20a.h" 28#include "gk20a/gk20a.h"
28#include "gk20a/pmu_gk20a.h" 29#include "gk20a/pmu_gk20a.h"