From 74ceef1230f414956aceaa027580c6f71fe42153 Mon Sep 17 00:00:00 2001 From: Vaikundanathan S Date: Wed, 25 Apr 2018 13:04:49 +0530 Subject: gpu:nvgpu: Update vfe_load for GV100 Add gops to choose vfe_load between GP and GV. Bug 200399373 Change-Id: I73e0fbd2f1956e81c241f09639c69f33082e617b Signed-off-by: Vaikundanathan S Reviewed-on: https://git-master.nvidia.com/r/1702143 Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/pstate/pstate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/gpu/nvgpu/pstate') diff --git a/drivers/gpu/nvgpu/pstate/pstate.c b/drivers/gpu/nvgpu/pstate/pstate.c index e61ec0f8..3d6a436d 100644 --- a/drivers/gpu/nvgpu/pstate/pstate.c +++ b/drivers/gpu/nvgpu/pstate/pstate.c @@ -184,7 +184,7 @@ int gk20a_init_pstate_pmu_support(struct gk20a *g) if (err) return err; - err = perf_pmu_vfe_load(g); + err = g->ops.pmu_ver.clk.perf_pmu_vfe_load(g); if (err) return err; -- cgit v1.2.2