summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a.h
diff options
context:
space:
mode:
authorTerje Bergstrom <tbergstrom@nvidia.com>2016-04-15 17:45:35 -0400
committerTerje Bergstrom <tbergstrom@nvidia.com>2016-04-27 11:10:54 -0400
commit6d888006aa7ed87b1589198369180e7e69f9f1d2 (patch)
treee4d324fd0022d99e3956dcfe166ca65981cac5d9 /drivers/gpu/nvgpu/gk20a/gk20a.h
parentec62c649b5338e7608ea82546135e88f443b90a8 (diff)
gpu: nvgpu: Add PCIe device support
Add support for probing PCIe graphics cards. JIRA DNVGPU-7 Change-Id: Iad3d31a1dc0ca6575d8a9916857022cac9181948 Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: http://git-master/r/1127684
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index 47adcc14..15f838d9 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -1070,4 +1070,8 @@ extern struct class nvgpu_class;
1070 1070
1071#define INTERFACE_NAME "nvhost%s-gpu" 1071#define INTERFACE_NAME "nvhost%s-gpu"
1072 1072
1073int gk20a_pm_init(struct device *dev);
1074int gk20a_pm_finalize_poweron(struct device *dev);
1075void gk20a_remove_support(struct device *dev);
1076
1073#endif /* GK20A_H */ 1077#endif /* GK20A_H */