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/fifo_gm20b.c1
-rw-r--r--drivers/gpu/nvgpu/gm20b/gr_gm20b.c1
-rw-r--r--drivers/gpu/nvgpu/gm20b/hal_gm20b.c1
3 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/fifo_gm20b.c b/drivers/gpu/nvgpu/gm20b/fifo_gm20b.c
index dd11d2c7..19653541 100644
--- a/drivers/gpu/nvgpu/gm20b/fifo_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/fifo_gm20b.c
@@ -35,6 +35,7 @@
35#include <nvgpu/enabled.h> 35#include <nvgpu/enabled.h>
36#include <nvgpu/io.h> 36#include <nvgpu/io.h>
37#include <nvgpu/bug.h> 37#include <nvgpu/bug.h>
38#include <nvgpu/channel.h>
38 39
39#include <nvgpu/hw/gm20b/hw_ccsr_gm20b.h> 40#include <nvgpu/hw/gm20b/hw_ccsr_gm20b.h>
40#include <nvgpu/hw/gm20b/hw_ram_gm20b.h> 41#include <nvgpu/hw/gm20b/hw_ram_gm20b.h>
diff --git a/drivers/gpu/nvgpu/gm20b/gr_gm20b.c b/drivers/gpu/nvgpu/gm20b/gr_gm20b.c
index 101f4211..32e98e53 100644
--- a/drivers/gpu/nvgpu/gm20b/gr_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/gr_gm20b.c
@@ -29,6 +29,7 @@
29#include <nvgpu/fuse.h> 29#include <nvgpu/fuse.h>
30#include <nvgpu/io.h> 30#include <nvgpu/io.h>
31#include <nvgpu/utils.h> 31#include <nvgpu/utils.h>
32#include <nvgpu/channel.h>
32 33
33#include "gk20a/gk20a.h" 34#include "gk20a/gk20a.h"
34#include "gk20a/gr_gk20a.h" 35#include "gk20a/gr_gk20a.h"
diff --git a/drivers/gpu/nvgpu/gm20b/hal_gm20b.c b/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
index 512da9df..2f90512e 100644
--- a/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
@@ -61,6 +61,7 @@
61#include <nvgpu/enabled.h> 61#include <nvgpu/enabled.h>
62#include <nvgpu/ptimer.h> 62#include <nvgpu/ptimer.h>
63#include <nvgpu/error_notifier.h> 63#include <nvgpu/error_notifier.h>
64#include <nvgpu/channel.h>
64 65
65#include <nvgpu/hw/gm20b/hw_proj_gm20b.h> 66#include <nvgpu/hw/gm20b/hw_proj_gm20b.h>
66#include <nvgpu/hw/gm20b/hw_fifo_gm20b.h> 67#include <nvgpu/hw/gm20b/hw_fifo_gm20b.h>