summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/linux/platform_gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/linux/platform_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/common/linux/platform_gk20a.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/platform_gk20a.h b/drivers/gpu/nvgpu/common/linux/platform_gk20a.h
index 37c80a70..9325eab7 100644
--- a/drivers/gpu/nvgpu/common/linux/platform_gk20a.h
+++ b/drivers/gpu/nvgpu/common/linux/platform_gk20a.h
@@ -1,7 +1,7 @@
1/* 1/*
2 * GK20A Platform (SoC) Interface 2 * GK20A Platform (SoC) Interface
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,
@@ -250,6 +250,7 @@ static inline struct gk20a_platform *gk20a_get_platform(
250#ifdef CONFIG_TEGRA_GK20A 250#ifdef CONFIG_TEGRA_GK20A
251extern struct gk20a_platform gm20b_tegra_platform; 251extern struct gk20a_platform gm20b_tegra_platform;
252extern struct gk20a_platform gp10b_tegra_platform; 252extern struct gk20a_platform gp10b_tegra_platform;
253extern struct gk20a_platform gv11b_tegra_platform;
253#ifdef CONFIG_TEGRA_GR_VIRTUALIZATION 254#ifdef CONFIG_TEGRA_GR_VIRTUALIZATION
254extern struct gk20a_platform vgpu_tegra_platform; 255extern struct gk20a_platform vgpu_tegra_platform;
255extern struct gk20a_platform gv11b_vgpu_tegra_platform; 256extern struct gk20a_platform gv11b_vgpu_tegra_platform;