summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/include
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/include')
-rw-r--r--drivers/gpu/nvgpu/include/nvgpu/clk_arb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/include/nvgpu/clk_arb.h b/drivers/gpu/nvgpu/include/nvgpu/clk_arb.h
index a04e3542..43af6312 100644
--- a/drivers/gpu/nvgpu/include/nvgpu/clk_arb.h
+++ b/drivers/gpu/nvgpu/include/nvgpu/clk_arb.h
@@ -369,6 +369,8 @@ void nvgpu_clk_notification_queue_free(struct gk20a *g,
369 369
370void nvgpu_clk_arb_event_post_event(struct nvgpu_clk_dev *dev); 370void nvgpu_clk_arb_event_post_event(struct nvgpu_clk_dev *dev);
371 371
372unsigned long nvgpu_clk_measure_freq(struct gk20a *g, u32 api_domain);
373
372#ifdef CONFIG_DEBUG_FS 374#ifdef CONFIG_DEBUG_FS
373int nvgpu_clk_arb_debugfs_init(struct gk20a *g); 375int nvgpu_clk_arb_debugfs_init(struct gk20a *g);
374#endif 376#endif