summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/clk/clk_arb.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/clk/clk_arb.c')
-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 30447d3e..fc821235 100644
--- a/drivers/gpu/nvgpu/clk/clk_arb.c
+++ b/drivers/gpu/nvgpu/clk/clk_arb.c
@@ -1062,7 +1062,7 @@ static void nvgpu_clk_arb_run_arbiter_cb(struct work_struct *work)
1062 goto exit_arb; 1062 goto exit_arb;
1063 1063
1064#ifdef CONFIG_DEBUG_FS 1064#ifdef CONFIG_DEBUG_FS
1065 g->ops.read_ptimer(g, &t0); 1065 g->ops.bus.read_ptimer(g, &t0);
1066#endif 1066#endif
1067 1067
1068 /* Only one arbiter should be running */ 1068 /* Only one arbiter should be running */
@@ -1248,7 +1248,7 @@ static void nvgpu_clk_arb_run_arbiter_cb(struct work_struct *work)
1248 wake_up_interruptible(&arb->request_wq); 1248 wake_up_interruptible(&arb->request_wq);
1249 1249
1250#ifdef CONFIG_DEBUG_FS 1250#ifdef CONFIG_DEBUG_FS
1251 g->ops.read_ptimer(g, &t1); 1251 g->ops.bus.read_ptimer(g, &t1);
1252 1252
1253 debug = arb->debug == &arb->debug_pool[0] ? 1253 debug = arb->debug == &arb->debug_pool[0] ?
1254 &arb->debug_pool[1] : &arb->debug_pool[0]; 1254 &arb->debug_pool[1] : &arb->debug_pool[0];