summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/pstate/pstate.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/pstate/pstate.c')
-rw-r--r--drivers/gpu/nvgpu/pstate/pstate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/pstate/pstate.c b/drivers/gpu/nvgpu/pstate/pstate.c
index 80f3edb6..0e7404cb 100644
--- a/drivers/gpu/nvgpu/pstate/pstate.c
+++ b/drivers/gpu/nvgpu/pstate/pstate.c
@@ -222,7 +222,7 @@ int gk20a_init_pstate_pmu_support(struct gk20a *g)
222 return err; 222 return err;
223 } 223 }
224 224
225 err = g->ops.pmu_ver.clk.perf_pmu_vfe_load(g); 225 err = g->ops.clk.perf_pmu_vfe_load(g);
226 if (err) { 226 if (err) {
227 return err; 227 return err;
228 } 228 }