summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index 60494050..8691c73d 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -32,6 +32,7 @@ struct dbg_profiler_object_data;
32struct ecc_gk20a; 32struct ecc_gk20a;
33struct gk20a_debug_output; 33struct gk20a_debug_output;
34struct nvgpu_clk_pll_debug_data; 34struct nvgpu_clk_pll_debug_data;
35struct nvgpu_nvhost_dev;
35 36
36#include <linux/sched.h> 37#include <linux/sched.h>
37#include <nvgpu/lock.h> 38#include <nvgpu/lock.h>
@@ -981,6 +982,7 @@ struct nvgpu_bios {
981struct gk20a { 982struct gk20a {
982 struct device *dev; 983 struct device *dev;
983 struct platform_device *host1x_dev; 984 struct platform_device *host1x_dev;
985 struct nvgpu_nvhost_dev *nvhost_dev;
984 986
985 /* 987 /*
986 * Used by <nvgpu/enabled.h>. Do not access directly! 988 * Used by <nvgpu/enabled.h>. Do not access directly!