Revert "gpu: nvgpu: Reorg mm HAL initialization"

Conflicts with gv100 changes

This reverts commit 8d63cd3995.

Change-Id: Ie2f88d281b2b87a9a794d79164a61c4d883626b7
Signed-off-by: Sunny He <suhe@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/1537668
Reviewed-by: Shu Zhong <shuz@nvidia.com>
Tested-by: Shu Zhong <shuz@nvidia.com>
This commit is contained in:
Sunny He
2017-08-11 14:41:33 -07:00
committed by Shu Zhong
parent 8d63cd3995
commit f8399cfa55
12 changed files with 88 additions and 142 deletions

View File

@@ -662,7 +662,7 @@ void gk20a_tegra_idle(struct device *dev)
void gk20a_tegra_init_secure_alloc(struct gk20a *g)
{
g->ops.secure_alloc = gk20a_tegra_secure_alloc;
g->ops.mm.secure_alloc = gk20a_tegra_secure_alloc;
}
#ifdef CONFIG_COMMON_CLK