summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/vgpu
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/vgpu')
-rw-r--r--drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c2
-rw-r--r--drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c b/drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c
index 1ed576f9..3f6d4e0f 100644
--- a/drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c
+++ b/drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c
@@ -21,6 +21,7 @@
21 */ 21 */
22 22
23#include "common/bus/bus_gk20a.h" 23#include "common/bus/bus_gk20a.h"
24#include "common/clock_gating/gp10b_gating_reglist.h"
24 25
25#include "vgpu/fifo_vgpu.h" 26#include "vgpu/fifo_vgpu.h"
26#include "vgpu/gr_vgpu.h" 27#include "vgpu/gr_vgpu.h"
@@ -51,7 +52,6 @@
51#include "gp10b/gr_gp10b.h" 52#include "gp10b/gr_gp10b.h"
52#include "gp10b/gr_ctx_gp10b.h" 53#include "gp10b/gr_ctx_gp10b.h"
53#include "gp10b/fifo_gp10b.h" 54#include "gp10b/fifo_gp10b.h"
54#include "clock_gating/gp10b_gating_reglist.h"
55#include "gp10b/regops_gp10b.h" 55#include "gp10b/regops_gp10b.h"
56#include "gp10b/therm_gp10b.h" 56#include "gp10b/therm_gp10b.h"
57#include "gp10b/priv_ring_gp10b.h" 57#include "gp10b/priv_ring_gp10b.h"
diff --git a/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c b/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
index 3a4af601..e0142405 100644
--- a/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
+++ b/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
@@ -21,6 +21,7 @@
21 */ 21 */
22 22
23#include "common/bus/bus_gk20a.h" 23#include "common/bus/bus_gk20a.h"
24#include "common/clock_gating/gv11b_gating_reglist.h"
24 25
25#include <gk20a/gk20a.h> 26#include <gk20a/gk20a.h>
26#include <gv11b/hal_gv11b.h> 27#include <gv11b/hal_gv11b.h>
@@ -76,7 +77,6 @@
76#include <gv11b/regops_gv11b.h> 77#include <gv11b/regops_gv11b.h>
77#include <gv11b/gr_ctx_gv11b.h> 78#include <gv11b/gr_ctx_gv11b.h>
78#include <gv11b/ltc_gv11b.h> 79#include <gv11b/ltc_gv11b.h>
79#include <clock_gating/gv11b_gating_reglist.h>
80#include <gv11b/gr_gv11b.h> 80#include <gv11b/gr_gv11b.h>
81 81
82#include <nvgpu/enabled.h> 82#include <nvgpu/enabled.h>