summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp10b/platform_gp10b.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp10b/platform_gp10b.h')
-rw-r--r--drivers/gpu/nvgpu/gp10b/platform_gp10b.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/drivers/gpu/nvgpu/gp10b/platform_gp10b.h b/drivers/gpu/nvgpu/gp10b/platform_gp10b.h
index 35fb5bb5..0791c2fe 100644
--- a/drivers/gpu/nvgpu/gp10b/platform_gp10b.h
+++ b/drivers/gpu/nvgpu/gp10b/platform_gp10b.h
@@ -1,7 +1,7 @@
1/* 1/*
2 * GP10B Platform (SoC) Interface 2 * GP10B Platform (SoC) Interface
3 * 3 *
4 * Copyright (c) 2014-2018, NVIDIA CORPORATION. All rights reserved. 4 * Copyright (c) 2014-2017, NVIDIA CORPORATION. All rights reserved.
5 * 5 *
6 * Permission is hereby granted, free of charge, to any person obtaining a 6 * Permission is hereby granted, free of charge, to any person obtaining a
7 * copy of this software and associated documentation files (the "Software"), 7 * copy of this software and associated documentation files (the "Software"),
@@ -30,10 +30,5 @@ struct device;
30int gp10b_tegra_get_clocks(struct device *dev); 30int gp10b_tegra_get_clocks(struct device *dev);
31int gp10b_tegra_reset_assert(struct device *dev); 31int gp10b_tegra_reset_assert(struct device *dev);
32int gp10b_tegra_reset_deassert(struct device *dev); 32int gp10b_tegra_reset_deassert(struct device *dev);
33long gp10b_round_clk_rate(struct device *dev, unsigned long rate); 33
34int gp10b_clk_get_freqs(struct device *dev,
35 unsigned long **freqs, int *num_freqs);
36void gp10b_tegra_prescale(struct device *dev);
37void gp10b_tegra_postscale(struct device *pdev, unsigned long freq);
38int gp10b_tegra_late_probe(struct device *dev);
39#endif 34#endif