From 1b75e7277af2986bf175c31b94dcf942dca746f2 Mon Sep 17 00:00:00 2001 From: Konsta Holtta Date: Tue, 23 Jan 2018 01:26:32 -0800 Subject: Revert "gpu: nvgpu: gv11b: enable devfreq" This reverts commit 968d8cd3e543b951714d9a86373bd721d08c8482. Bug 2049965 Bug 2039013 Bug 200377508 Change-Id: I813947417740f8d3a0c9bea82784df1dd4a5f1ac Signed-off-by: Konsta Holtta Reviewed-on: https://git-master.nvidia.com/r/1644224 Reviewed-by: David Pu Tested-by: David Pu --- drivers/gpu/nvgpu/gp10b/platform_gp10b.h | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'drivers/gpu/nvgpu/gp10b/platform_gp10b.h') 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 @@ /* * GP10B Platform (SoC) Interface * - * Copyright (c) 2014-2018, NVIDIA CORPORATION. All rights reserved. + * Copyright (c) 2014-2017, NVIDIA CORPORATION. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -30,10 +30,5 @@ struct device; int gp10b_tegra_get_clocks(struct device *dev); int gp10b_tegra_reset_assert(struct device *dev); int gp10b_tegra_reset_deassert(struct device *dev); -long gp10b_round_clk_rate(struct device *dev, unsigned long rate); -int gp10b_clk_get_freqs(struct device *dev, - unsigned long **freqs, int *num_freqs); -void gp10b_tegra_prescale(struct device *dev); -void gp10b_tegra_postscale(struct device *pdev, unsigned long freq); -int gp10b_tegra_late_probe(struct device *dev); + #endif -- cgit v1.2.2