nvgpu: gp10b: Use gops to call pmu_bootstrap().

gops should be used to call non-secure pmu boot
functions instead of using direct func() names.

JIRA GV11B-30

Change-Id: I27da3b84b61eb978965ae9325ba58e2d02bc6ede
Signed-off-by: Deepak Goyal <dgoyal@nvidia.com>
Reviewed-on: http://git-master/r/1282552
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
Deepak Goyal
2017-01-10 11:14:03 +05:30
committed by mobile promotions
parent a69fa0e96c
commit fbc713e22a

View File

@@ -328,7 +328,7 @@ static int gp10b_init_pmu_setup_hw1(struct gk20a *g)
pwr_fbif_transcfg_mem_type_physical_f() |
pwr_fbif_transcfg_target_noncoherent_sysmem_f());
err = pmu_bootstrap(pmu);
err = g->ops.pmu.pmu_nsbootstrap(pmu);
if (err)
return err;