summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/include/nvgpu/gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/include/nvgpu/gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/include/nvgpu/gk20a.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/include/nvgpu/gk20a.h b/drivers/gpu/nvgpu/include/nvgpu/gk20a.h
index 238329be..a0af0c5c 100644
--- a/drivers/gpu/nvgpu/include/nvgpu/gk20a.h
+++ b/drivers/gpu/nvgpu/include/nvgpu/gk20a.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (c) 2011-2019, NVIDIA CORPORATION. All rights reserved. 2 * Copyright (c) 2011-2020, NVIDIA CORPORATION. All rights reserved.
3 * 3 *
4 * GK20A Graphics 4 * GK20A Graphics
5 * 5 *
@@ -71,6 +71,7 @@ struct nvgpu_setup_bind_args;
71#include <nvgpu/ecc.h> 71#include <nvgpu/ecc.h>
72#include <nvgpu/tsg.h> 72#include <nvgpu/tsg.h>
73#include <nvgpu/sec2.h> 73#include <nvgpu/sec2.h>
74#include <nvgpu/sched.h>
74 75
75#include "gk20a/clk_gk20a.h" 76#include "gk20a/clk_gk20a.h"
76#include "gk20a/ce2_gk20a.h" 77#include "gk20a/ce2_gk20a.h"
@@ -1478,6 +1479,7 @@ struct gk20a {
1478 struct pmgr_pmupstate pmgr_pmu; 1479 struct pmgr_pmupstate pmgr_pmu;
1479 struct therm_pmupstate therm_pmu; 1480 struct therm_pmupstate therm_pmu;
1480 struct nvgpu_sec2 sec2; 1481 struct nvgpu_sec2 sec2;
1482 struct nvgpu_sched_ctrl sched_ctrl;
1481 1483
1482#ifdef CONFIG_DEBUG_FS 1484#ifdef CONFIG_DEBUG_FS
1483 struct railgate_stats pstats; 1485 struct railgate_stats pstats;