summaryrefslogtreecommitdiff
path: root/drivers/video/tegra/nvmap
diff options
context:
space:
mode:
authorKaz Fukuoka <kfukuoka@nvidia.com>2011-06-21 16:15:42 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:48:44 -0800
commit956c69018ceb47c87a4a6cd3d38e4aba29af2cf9 (patch)
tree7f3eee00a0d04f2b9d9bfe51987d670f2c388716 /drivers/video/tegra/nvmap
parent9d83aa30476a649cc2f0cab5bbf1ffd7e4384bb2 (diff)
media: tegra: avp: Use end of IOVM for AVP kernel
- Use 0x0ff00000 (last 1MB of IOVM). - For Tegra3 A01, use 0xeff00000. Original-Change-Id: Ieb21d2bf38158171b97434e04ede7417823b3603 Reviewed-on: http://git-master/r/37742 Reviewed-by: Kaz Fukuoka <kfukuoka@nvidia.com> Tested-by: Kaz Fukuoka <kfukuoka@nvidia.com> Reviewed-by: Yu-Huan Hsu <yhsu@nvidia.com> Rebase-Id: Ra84e71077c8c74fdbd977fc838e74f132f173018
Diffstat (limited to 'drivers/video/tegra/nvmap')
-rw-r--r--drivers/video/tegra/nvmap/nvmap_dev.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/video/tegra/nvmap/nvmap_dev.c b/drivers/video/tegra/nvmap/nvmap_dev.c
index d30100d3625c..b830fd3a6688 100644
--- a/drivers/video/tegra/nvmap/nvmap_dev.c
+++ b/drivers/video/tegra/nvmap/nvmap_dev.c
@@ -1312,13 +1312,6 @@ static int nvmap_probe(struct platform_device *pdev)
platform_set_drvdata(pdev, dev);
nvmap_dev = dev;
-#if defined(CONFIG_TEGRA_AVP_KERNEL_ON_SMMU)
- {
- void avp_early_init(void);
- avp_early_init();
- }
-#endif
-
return 0;
fail_heaps:
for (i = 0; i < dev->nr_carveouts; i++) {