summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/vgpu/gp10b
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/vgpu/gp10b')
-rw-r--r--drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c b/drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c
index 349548cd..421f3692 100644
--- a/drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c
+++ b/drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c
@@ -23,6 +23,9 @@
23#include "common/bus/bus_gk20a.h" 23#include "common/bus/bus_gk20a.h"
24#include "common/bus/bus_gm20b.h" 24#include "common/bus/bus_gm20b.h"
25#include "common/clock_gating/gp10b_gating_reglist.h" 25#include "common/clock_gating/gp10b_gating_reglist.h"
26#include "common/fb/fb_gk20a.h"
27#include "common/fb/fb_gm20b.h"
28#include "common/fb/fb_gp10b.h"
26 29
27#include "vgpu/fifo_vgpu.h" 30#include "vgpu/fifo_vgpu.h"
28#include "vgpu/gr_vgpu.h" 31#include "vgpu/gr_vgpu.h"
@@ -40,14 +43,12 @@
40 43
41#include "gk20a/flcn_gk20a.h" 44#include "gk20a/flcn_gk20a.h"
42#include "gk20a/mc_gk20a.h" 45#include "gk20a/mc_gk20a.h"
43#include "gk20a/fb_gk20a.h"
44#include "gk20a/dbg_gpu_gk20a.h" 46#include "gk20a/dbg_gpu_gk20a.h"
45 47
46#include "gp10b/mc_gp10b.h" 48#include "gp10b/mc_gp10b.h"
47#include "gp10b/ltc_gp10b.h" 49#include "gp10b/ltc_gp10b.h"
48#include "gp10b/mm_gp10b.h" 50#include "gp10b/mm_gp10b.h"
49#include "gp10b/ce_gp10b.h" 51#include "gp10b/ce_gp10b.h"
50#include "gp10b/fb_gp10b.h"
51#include "gp10b/pmu_gp10b.h" 52#include "gp10b/pmu_gp10b.h"
52#include "gp10b/gr_gp10b.h" 53#include "gp10b/gr_gp10b.h"
53#include "gp10b/gr_ctx_gp10b.h" 54#include "gp10b/gr_ctx_gp10b.h"
@@ -61,7 +62,6 @@
61#include "gm20b/fifo_gm20b.h" 62#include "gm20b/fifo_gm20b.h"
62#include "gm20b/acr_gm20b.h" 63#include "gm20b/acr_gm20b.h"
63#include "gm20b/pmu_gm20b.h" 64#include "gm20b/pmu_gm20b.h"
64#include "gm20b/fb_gm20b.h"
65#include "gm20b/mm_gm20b.h" 65#include "gm20b/mm_gm20b.h"
66 66
67#include <nvgpu/enabled.h> 67#include <nvgpu/enabled.h>