summaryrefslogtreecommitdiff
path: root/drivers/video/tegra/nvmap/nvmap_dev.c
diff options
context:
space:
mode:
authorKaz Fukuoka <kfukuoka@nvidia.com>2011-06-21 16:15:42 -0700
committerVarun Colbert <vcolbert@nvidia.com>2011-08-29 18:05:01 -0700
commit334a97811d1832b6a6153d2ff3df9cc68cbcbb9c (patch)
tree536a45b08e626d49ef8e6ed5c4adde7c523660ea /drivers/video/tegra/nvmap/nvmap_dev.c
parentdc8a763833f02dec1e091beb5381873b2880b73b (diff)
media: tegra: avp: Use end of IOVM for AVP kernel
- Use 0x0ff00000 (last 1MB of IOVM). - For Tegra3 A01, use 0xeff00000. 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>
Diffstat (limited to 'drivers/video/tegra/nvmap/nvmap_dev.c')
-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++) {