summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/pmgr/pwrpolicy.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/pmgr/pwrpolicy.c')
-rw-r--r--drivers/gpu/nvgpu/pmgr/pwrpolicy.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/drivers/gpu/nvgpu/pmgr/pwrpolicy.c b/drivers/gpu/nvgpu/pmgr/pwrpolicy.c
index 5eade2e0..420eda4f 100644
--- a/drivers/gpu/nvgpu/pmgr/pwrpolicy.c
+++ b/drivers/gpu/nvgpu/pmgr/pwrpolicy.c
@@ -718,8 +718,8 @@ u32 pmgr_policy_sw_setup(struct gk20a *g)
718 u8 indx = 0; 718 u8 indx = 0;
719 719
720 /* Construct the Super Class and override the Interfaces */ 720 /* Construct the Super Class and override the Interfaces */
721 status = boardobjgrpconstruct_e32( 721 status = boardobjgrpconstruct_e32(g,
722 &g->pmgr_pmu.pmgr_policyobjs.pwr_policies); 722 &g->pmgr_pmu.pmgr_policyobjs.pwr_policies);
723 if (status) { 723 if (status) {
724 nvgpu_err(g, 724 nvgpu_err(g,
725 "error creating boardobjgrp for pmgr policy, status - 0x%x", 725 "error creating boardobjgrp for pmgr policy, status - 0x%x",
@@ -727,8 +727,8 @@ u32 pmgr_policy_sw_setup(struct gk20a *g)
727 goto done; 727 goto done;
728 } 728 }
729 729
730 status = boardobjgrpconstruct_e32( 730 status = boardobjgrpconstruct_e32(g,
731 &g->pmgr_pmu.pmgr_policyobjs.pwr_policy_rels); 731 &g->pmgr_pmu.pmgr_policyobjs.pwr_policy_rels);
732 if (status) { 732 if (status) {
733 nvgpu_err(g, 733 nvgpu_err(g,
734 "error creating boardobjgrp for pmgr policy rels, status - 0x%x", 734 "error creating boardobjgrp for pmgr policy rels, status - 0x%x",
@@ -736,8 +736,8 @@ u32 pmgr_policy_sw_setup(struct gk20a *g)
736 goto done; 736 goto done;
737 } 737 }
738 738
739 status = boardobjgrpconstruct_e32( 739 status = boardobjgrpconstruct_e32(g,
740 &g->pmgr_pmu.pmgr_policyobjs.pwr_violations); 740 &g->pmgr_pmu.pmgr_policyobjs.pwr_violations);
741 if (status) { 741 if (status) {
742 nvgpu_err(g, 742 nvgpu_err(g,
743 "error creating boardobjgrp for pmgr violations, status - 0x%x", 743 "error creating boardobjgrp for pmgr violations, status - 0x%x",