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.c2
1 files changed, 1 insertions, 1 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"