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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/include/nvgpu/clk_arb.h b/drivers/gpu/nvgpu/include/nvgpu/clk_arb.h
index e91a0dad..0c9bbe06 100644
--- a/drivers/gpu/nvgpu/include/nvgpu/clk_arb.h
+++ b/drivers/gpu/nvgpu/include/nvgpu/clk_arb.h
@@ -349,6 +349,9 @@ int nvgpu_clk_notification_queue_alloc(struct gk20a *g,
349 349
350void nvgpu_clk_notification_queue_free(struct gk20a *g, 350void nvgpu_clk_notification_queue_free(struct gk20a *g,
351 struct nvgpu_clk_notification_queue *queue); 351 struct nvgpu_clk_notification_queue *queue);
352
353void nvgpu_clk_arb_event_post_event(struct nvgpu_clk_dev *dev);
354
352#ifdef CONFIG_DEBUG_FS 355#ifdef CONFIG_DEBUG_FS
353int nvgpu_clk_arb_debugfs_init(struct gk20a *g); 356int nvgpu_clk_arb_debugfs_init(struct gk20a *g);
354#endif 357#endif