summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp10b/platform_gp10b.h
diff options
context:
space:
mode:
authorKonsta Holtta <kholtta@nvidia.com>2018-01-23 04:26:32 -0500
committerDavid Pu <dpu@nvidia.com>2018-01-23 12:31:56 -0500
commit1b75e7277af2986bf175c31b94dcf942dca746f2 (patch)
tree6a35da65c72af3bb18e034a0c92efbcc048b2c9a /drivers/gpu/nvgpu/gp10b/platform_gp10b.h
parent013158221a4c8dee8a75956c77e377b8df4fa372 (diff)
Revert "gpu: nvgpu: gv11b: enable devfreq"
This reverts commit 968d8cd3e543b951714d9a86373bd721d08c8482. Bug 2049965 Bug 2039013 Bug 200377508 Change-Id: I813947417740f8d3a0c9bea82784df1dd4a5f1ac Signed-off-by: Konsta Holtta <kholtta@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1644224 Reviewed-by: David Pu <dpu@nvidia.com> Tested-by: David Pu <dpu@nvidia.com>
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