summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/clk
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/clk')
-rw-r--r--drivers/gpu/nvgpu/clk/clk_arb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/clk/clk_arb.c b/drivers/gpu/nvgpu/clk/clk_arb.c
index 67e452f0..539cd33e 100644
--- a/drivers/gpu/nvgpu/clk/clk_arb.c
+++ b/drivers/gpu/nvgpu/clk/clk_arb.c
@@ -759,7 +759,7 @@ static void nvgpu_clk_arb_run_arbiter_cb(struct nvgpu_clk_arb *arb)
759 goto exit_arb; 759 goto exit_arb;
760 760
761#ifdef CONFIG_DEBUG_FS 761#ifdef CONFIG_DEBUG_FS
762 g->ops.bus.read_ptimer(g, &t0); 762 g->ops.ptimer.read_ptimer(g, &t0);
763#endif 763#endif
764 764
765 /* Only one arbiter should be running */ 765 /* Only one arbiter should be running */
@@ -958,7 +958,7 @@ static void nvgpu_clk_arb_run_arbiter_cb(struct nvgpu_clk_arb *arb)
958 nvgpu_cond_signal_interruptible(&arb->request_wq); 958 nvgpu_cond_signal_interruptible(&arb->request_wq);
959 959
960#ifdef CONFIG_DEBUG_FS 960#ifdef CONFIG_DEBUG_FS
961 g->ops.bus.read_ptimer(g, &t1); 961 g->ops.ptimer.read_ptimer(g, &t1);
962 962
963 debug = arb->debug == &arb->debug_pool[0] ? 963 debug = arb->debug == &arb->debug_pool[0] ?
964 &arb->debug_pool[1] : &arb->debug_pool[0]; 964 &arb->debug_pool[1] : &arb->debug_pool[0];