summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/linux/vgpu/vgpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/linux/vgpu/vgpu.h')
-rw-r--r--drivers/gpu/nvgpu/common/linux/vgpu/vgpu.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/vgpu/vgpu.h b/drivers/gpu/nvgpu/common/linux/vgpu/vgpu.h
index 20624240..f59ad5bf 100644
--- a/drivers/gpu/nvgpu/common/linux/vgpu/vgpu.h
+++ b/drivers/gpu/nvgpu/common/linux/vgpu/vgpu.h
@@ -1,7 +1,7 @@
1/* 1/*
2 * Virtualized GPU Interfaces 2 * Virtualized GPU Interfaces
3 * 3 *
4 * Copyright (c) 2014-2017, NVIDIA CORPORATION. All rights reserved. 4 * Copyright (c) 2014-2018, NVIDIA CORPORATION. All rights reserved.
5 * 5 *
6 * This program is free software; you can redistribute it and/or modify it 6 * This program is free software; you can redistribute it and/or modify it
7 * under the terms and conditions of the GNU General Public License, 7 * under the terms and conditions of the GNU General Public License,
@@ -26,7 +26,8 @@ struct tegra_vgpu_cmd_msg;
26struct gk20a_platform; 26struct gk20a_platform;
27 27
28#ifdef CONFIG_TEGRA_GR_VIRTUALIZATION 28#ifdef CONFIG_TEGRA_GR_VIRTUALIZATION
29#include <linux/tegra_gr_comm.h> 29#include <nvgpu/vgpu/vgpu_ivc.h>
30
30#include <linux/tegra_vgpu.h> 31#include <linux/tegra_vgpu.h>
31#include "gk20a/gk20a.h" 32#include "gk20a/gk20a.h"
32#include "common/linux/platform_gk20a.h" 33#include "common/linux/platform_gk20a.h"