From fbc713e22a4d583ef3aa5fdb9116c09c554e3fbf Mon Sep 17 00:00:00 2001 From: Deepak Goyal Date: Tue, 10 Jan 2017 11:14:03 +0530 Subject: 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 Reviewed-on: http://git-master/r/1282552 Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/gp10b/pmu_gp10b.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/gpu/nvgpu/gp10b/pmu_gp10b.c') diff --git a/drivers/gpu/nvgpu/gp10b/pmu_gp10b.c b/drivers/gpu/nvgpu/gp10b/pmu_gp10b.c index d31ea03b..b385f11e 100644 --- a/drivers/gpu/nvgpu/gp10b/pmu_gp10b.c +++ b/drivers/gpu/nvgpu/gp10b/pmu_gp10b.c @@ -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; -- cgit v1.2.2