summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a.h
diff options
context:
space:
mode:
authorTerje Bergstrom <tbergstrom@nvidia.com>2017-03-17 13:15:32 -0400
committerBharat Nihalani <bnihalani@nvidia.com>2017-03-21 00:49:28 -0400
commit526cb049984fdc9b37af4d39c41bfe00db3b6898 (patch)
treeff85cda4248b6db3f605b3717427ee09686c3827 /drivers/gpu/nvgpu/gk20a/gk20a.h
parent66cd2f7a187bf3d4ae7f432d6c79ed5abf544e02 (diff)
gpu: nvgpu: Move sim support to its own file
Simulator support is intermixed with the rest of code in gk20a.c. Move that code away from gk20a.c to an own file. Change-Id: Idd3c8795cec5eadc6e49811b5b8ff0592c49a7d2 Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: http://git-master/r/1323230 Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com> Tested-by: Bharat Nihalani <bnihalani@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index 95730b4e..c1e1b564 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -1476,4 +1476,7 @@ int gk20a_railgating_debugfs_init(struct device *dev);
1476#endif 1476#endif
1477 1477
1478int gk20a_secure_page_alloc(struct device *dev); 1478int gk20a_secure_page_alloc(struct device *dev);
1479void __iomem *gk20a_ioremap_resource(struct platform_device *dev, int i,
1480 struct resource **out);
1481
1479#endif /* GK20A_H */ 1482#endif /* GK20A_H */