From bfb3a325e89b051445b69cb8ebdb337db32e216b Mon Sep 17 00:00:00 2001 From: Srikar Srimath Tirumala Date: Mon, 21 May 2018 13:33:15 -0700 Subject: Revert "Merge remote-tracking branch 'origin/dev/therm-pid-gov-to-nvidia' into HEAD" This reverts commit da041207582b5f3973a508207e6ba84a52f8de29. Change-Id: I7d67ab834811888ac9d9fc0ed1214e130232c3c9 Signed-off-by: Srikar Srimath Tirumala Reviewed-on: https://git-master.nvidia.com/r/1726432 Reviewed-by: Bo Yan Tested-by: Bo Yan --- include/linux/pid_thermal_gov.h | 37 ------------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 include/linux/pid_thermal_gov.h (limited to 'include/linux') diff --git a/include/linux/pid_thermal_gov.h b/include/linux/pid_thermal_gov.h deleted file mode 100644 index c64ec3fe3..000000000 --- a/include/linux/pid_thermal_gov.h +++ /dev/null @@ -1,37 +0,0 @@ -/* - * include/linux/pid_thermal_gov.h - * - * Copyright (c) 2013, NVIDIA CORPORATION. All rights reserved. - * - * This program is free software; you can redistribute it and/or modify it - * under the terms and conditions of the GNU General Public License, - * version 2, as published by the Free Software Foundation. - * - * This program is distributed in the hope it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for - * more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * - */ - -#ifndef _PID_THERMAL_GOV_H -#define _PID_THERMAL_GOV_H - -struct pid_thermal_gov_params { - int max_err_temp; /* max error temperature in mC */ - int max_err_gain; /* max error gain */ - - int gain_p; /* proportional gain */ - int gain_d; /* derivative gain */ - - /* max derivative output, percentage of max error */ - unsigned long max_dout; - - unsigned long up_compensation; - unsigned long down_compensation; -}; - -#endif -- cgit v1.2.2