summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/vgpu/tsg_vgpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/vgpu/tsg_vgpu.c')
-rw-r--r--drivers/gpu/nvgpu/vgpu/tsg_vgpu.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/vgpu/tsg_vgpu.c b/drivers/gpu/nvgpu/vgpu/tsg_vgpu.c
index a81b5022..3553bf51 100644
--- a/drivers/gpu/nvgpu/vgpu/tsg_vgpu.c
+++ b/drivers/gpu/nvgpu/vgpu/tsg_vgpu.c
@@ -21,11 +21,12 @@
21 */ 21 */
22 22
23#include "gk20a/gk20a.h" 23#include "gk20a/gk20a.h"
24#include "gk20a/tsg_gk20a.h"
25#include "fifo_vgpu.h" 24#include "fifo_vgpu.h"
26#include <nvgpu/channel.h>
27 25
26#include <nvgpu/channel.h>
27#include <nvgpu/tsg.h>
28#include <nvgpu/bug.h> 28#include <nvgpu/bug.h>
29
29#include <nvgpu/vgpu/tegra_vgpu.h> 30#include <nvgpu/vgpu/tegra_vgpu.h>
30#include <nvgpu/vgpu/vgpu.h> 31#include <nvgpu/vgpu/vgpu.h>
31 32