summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b')
-rw-r--r--drivers/gpu/nvgpu/gm20b/clk_gm20b.c1
-rw-r--r--drivers/gpu/nvgpu/gm20b/hal_gm20b.c2
-rw-r--r--drivers/gpu/nvgpu/gm20b/ltc_gm20b.c1
3 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/clk_gm20b.c b/drivers/gpu/nvgpu/gm20b/clk_gm20b.c
index 20c2e997..4d7470d4 100644
--- a/drivers/gpu/nvgpu/gm20b/clk_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/clk_gm20b.c
@@ -32,6 +32,7 @@
32#include "clk_gm20b.h" 32#include "clk_gm20b.h"
33 33
34#include <nvgpu/soc.h> 34#include <nvgpu/soc.h>
35#include <nvgpu/bug.h>
35 36
36#include <nvgpu/hw/gm20b/hw_trim_gm20b.h> 37#include <nvgpu/hw/gm20b/hw_trim_gm20b.h>
37#include <nvgpu/hw/gm20b/hw_timer_gm20b.h> 38#include <nvgpu/hw/gm20b/hw_timer_gm20b.h>
diff --git a/drivers/gpu/nvgpu/gm20b/hal_gm20b.c b/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
index a6ca5abf..24acf29c 100644
--- a/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
@@ -35,6 +35,8 @@
35#include "cde_gm20b.h" 35#include "cde_gm20b.h"
36#include "therm_gm20b.h" 36#include "therm_gm20b.h"
37 37
38#include <nvgpu/bug.h>
39
38#include <nvgpu/hw/gm20b/hw_proj_gm20b.h> 40#include <nvgpu/hw/gm20b/hw_proj_gm20b.h>
39#include <nvgpu/hw/gm20b/hw_fuse_gm20b.h> 41#include <nvgpu/hw/gm20b/hw_fuse_gm20b.h>
40 42
diff --git a/drivers/gpu/nvgpu/gm20b/ltc_gm20b.c b/drivers/gpu/nvgpu/gm20b/ltc_gm20b.c
index be07f5a7..d8e184ef 100644
--- a/drivers/gpu/nvgpu/gm20b/ltc_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/ltc_gm20b.c
@@ -18,6 +18,7 @@
18#include "gk20a/gk20a.h" 18#include "gk20a/gk20a.h"
19 19
20#include <nvgpu/timers.h> 20#include <nvgpu/timers.h>
21#include <nvgpu/bug.h>
21 22
22#include <nvgpu/hw/gm20b/hw_mc_gm20b.h> 23#include <nvgpu/hw/gm20b/hw_mc_gm20b.h>
23#include <nvgpu/hw/gm20b/hw_ltc_gm20b.h> 24#include <nvgpu/hw/gm20b/hw_ltc_gm20b.h>