From patchwork Thu May 8 14:38:00 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Amit Daniel Kachhap X-Patchwork-Id: 29842 Return-Path: X-Original-To: linaro@patches.linaro.org Delivered-To: linaro@patches.linaro.org Received: from mail-qg0-f72.google.com (mail-qg0-f72.google.com [209.85.192.72]) by ip-10-151-82-157.ec2.internal (Postfix) with ESMTPS id 6A3E4202DD for ; Thu, 8 May 2014 14:38:40 +0000 (UTC) Received: by mail-qg0-f72.google.com with SMTP id q108sf5293230qgd.11 for ; Thu, 08 May 2014 07:38:39 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:delivered-to:from:to:cc:subject :date:message-id:in-reply-to:references:sender:precedence:list-id :x-original-sender:x-original-authentication-results:mailing-list :list-post:list-help:list-archive:list-unsubscribe; bh=EdqinXyRq9GMlhsiEG2L36PzcpumEgtEEPWlgMgLM/Q=; b=IkSrcjrC7EvAjoZkb1BirggbSUdNrq4gmyYU//1W3qvTJ92onSKirNrHCqDfCsjmJ9 j3TF0Veqnlq8weGG8w5jXk0pLEiCSRD63dgmEVafqjQEaMPu2alyArM7Rj0oAT5O+90O mbOkTVCk/z8JYofwdDaSAeyIZjBHedmqdKPcX932nUIKmrrylMK5p+eNWbCfxhCkPt3V DTBPiziWWFeNrfRIBz0av1LzQ017lIToZC1v5c++Q95BFuBEPrhTlTZAlldq9NR0nvN0 dlrvnRptzKcOQPrX8AiRa/LUm5+Q1Rb6ykvgDDSC7lN2b7rFJbg9X44JgNLLaglkSDrM 5kYw== X-Gm-Message-State: ALoCoQkj9hXibHcVSYe0ZG08CXB4e411E5d//URu9FYHGDHN0roLSBgeAxXvta9lLRnj8sax9PSr X-Received: by 10.58.41.39 with SMTP id c7mr1843097vel.25.1399559919757; Thu, 08 May 2014 07:38:39 -0700 (PDT) MIME-Version: 1.0 X-BeenThere: patchwork-forward@linaro.org Received: by 10.140.84.239 with SMTP id l102ls3985586qgd.81.gmail; Thu, 08 May 2014 07:38:39 -0700 (PDT) X-Received: by 10.58.160.134 with SMTP id xk6mr1014046veb.64.1399559919613; Thu, 08 May 2014 07:38:39 -0700 (PDT) Received: from mail-vc0-x231.google.com (mail-vc0-x231.google.com [2607:f8b0:400c:c03::231]) by mx.google.com with ESMTPS id mp4si208120vcb.112.2014.05.08.07.38.39 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 08 May 2014 07:38:39 -0700 (PDT) Received-SPF: none (google.com: patch+caf_=patchwork-forward=linaro.org@linaro.org does not designate permitted sender hosts) client-ip=2607:f8b0:400c:c03::231; Received: by mail-vc0-f177.google.com with SMTP id if11so3356772vcb.22 for ; Thu, 08 May 2014 07:38:39 -0700 (PDT) X-Received: by 10.221.26.10 with SMTP id rk10mr3308721vcb.0.1399559919527; Thu, 08 May 2014 07:38:39 -0700 (PDT) X-Forwarded-To: patchwork-forward@linaro.org X-Forwarded-For: patch@linaro.org patchwork-forward@linaro.org Delivered-To: patch@linaro.org Received: by 10.220.221.72 with SMTP id ib8csp409721vcb; Thu, 8 May 2014 07:38:39 -0700 (PDT) X-Received: by 10.60.178.243 with SMTP id db19mr5118877oec.11.1399559917228; Thu, 08 May 2014 07:38:37 -0700 (PDT) Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id db3si610510pbc.402.2014.05.08.07.38.36; Thu, 08 May 2014 07:38:36 -0700 (PDT) Received-SPF: none (google.com: linux-kernel-owner@vger.kernel.org does not designate permitted sender hosts) client-ip=209.132.180.67; Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754703AbaEHOiL (ORCPT + 27 others); Thu, 8 May 2014 10:38:11 -0400 Received: from mail-pd0-f182.google.com ([209.85.192.182]:52848 "EHLO mail-pd0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753442AbaEHOiI (ORCPT ); Thu, 8 May 2014 10:38:08 -0400 Received: by mail-pd0-f182.google.com with SMTP id v10so2390296pde.13 for ; Thu, 08 May 2014 07:38:07 -0700 (PDT) X-Received: by 10.66.252.69 with SMTP id zq5mr8614390pac.54.1399559887035; Thu, 08 May 2014 07:38:07 -0700 (PDT) Received: from localhost.localdomain ([14.140.216.146]) by mx.google.com with ESMTPSA id vf9sm2357141pbc.94.2014.05.08.07.38.03 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Thu, 08 May 2014 07:38:06 -0700 (PDT) From: Amit Daniel Kachhap To: linux-pm@lists.linux-foundation.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-acpi@vger.kernel.org Cc: lenb@kernel.org, rui.zhang@intel.com, eduardo.valentin@ti.com, rjw@rjwysocki.net Subject: [RFC PATCH 5/5] ACPI: thermal: processor: Use the generic cpufreq infrastructure Date: Thu, 8 May 2014 20:08:00 +0530 Message-Id: <1399559880-20562-6-git-send-email-amit.daniel@samsung.com> X-Mailer: git-send-email 1.7.1 In-Reply-To: <1399559880-20562-1-git-send-email-amit.daniel@samsung.com> References: <1399559880-20562-1-git-send-email-amit.daniel@samsung.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: list List-ID: X-Mailing-List: linux-kernel@vger.kernel.org X-Original-Sender: amit.daniel@samsung.com X-Original-Authentication-Results: mx.google.com; spf=neutral (google.com: patch+caf_=patchwork-forward=linaro.org@linaro.org does not designate permitted sender hosts) smtp.mail=patch+caf_=patchwork-forward=linaro.org@linaro.org; dkim=neutral (body hash did not verify) header.i=@ Mailing-list: list patchwork-forward@linaro.org; contact patchwork-forward+owners@linaro.org X-Google-Group-Id: 836684582541 List-Post: , List-Help: , List-Archive: List-Unsubscribe: , This patch upgrades the ACPI cpufreq cooling portions to use the generic cpufreq cooling infrastructure. There should not be any functionality related changes as the same behaviour is provided by the generic cpufreq APIs with the notifier mechanism. Signed-off-by: Amit Daniel Kachhap --- drivers/acpi/processor_driver.c | 6 +- drivers/acpi/processor_thermal.c | 210 +++++++++++++++++--------------------- 2 files changed, 99 insertions(+), 117 deletions(-) diff --git a/drivers/acpi/processor_driver.c b/drivers/acpi/processor_driver.c index 7f70f31..10aba4a 100644 --- a/drivers/acpi/processor_driver.c +++ b/drivers/acpi/processor_driver.c @@ -36,6 +36,7 @@ #include #include #include +#include #include @@ -178,8 +179,7 @@ static int __acpi_processor_start(struct acpi_device *device) if (!cpuidle_get_driver() || cpuidle_get_driver() == &acpi_idle_driver) acpi_processor_power_init(pr); - pr->cdev = thermal_cooling_device_register("Processor", device, - &processor_cooling_ops); + pr->cdev = acpi_processor_cooling_register(device); if (IS_ERR(pr->cdev)) { result = PTR_ERR(pr->cdev); goto err_power_exit; @@ -250,7 +250,7 @@ static int acpi_processor_stop(struct device *dev) if (pr->cdev) { sysfs_remove_link(&device->dev.kobj, "thermal_cooling"); sysfs_remove_link(&pr->cdev->device.kobj, "device"); - thermal_cooling_device_unregister(pr->cdev); + cpufreq_cooling_unregister(pr->cdev); pr->cdev = NULL; } return 0; diff --git a/drivers/acpi/processor_thermal.c b/drivers/acpi/processor_thermal.c index e003663..c442a58 100644 --- a/drivers/acpi/processor_thermal.c +++ b/drivers/acpi/processor_thermal.c @@ -31,6 +31,7 @@ #include #include #include +#include #include #include @@ -53,28 +54,11 @@ ACPI_MODULE_NAME("processor_thermal"); static DEFINE_PER_CPU(unsigned int, cpufreq_thermal_reduction_pctg); static unsigned int acpi_thermal_cpufreq_is_init = 0; +static struct notifier_block cpufreq_cooling_notifier_block; #define reduction_pctg(cpu) \ per_cpu(cpufreq_thermal_reduction_pctg, phys_package_first_cpu(cpu)) -/* - * Emulate "per package data" using per cpu data (which should really be - * provided elsewhere) - * - * Note we can lose a CPU on cpu hotunplug, in this case we forget the state - * temporarily. Fortunately that's not a big issue here (I hope) - */ -static int phys_package_first_cpu(int cpu) -{ - int i; - int id = topology_physical_package_id(cpu); - - for_each_online_cpu(i) - if (topology_physical_package_id(i) == id) - return i; - return 0; -} - static int cpu_has_cpufreq(unsigned int cpu) { struct cpufreq_policy policy; @@ -83,30 +67,6 @@ static int cpu_has_cpufreq(unsigned int cpu) return 1; } -static int acpi_thermal_cpufreq_notifier(struct notifier_block *nb, - unsigned long event, void *data) -{ - struct cpufreq_policy *policy = data; - unsigned long max_freq = 0; - - if (event != CPUFREQ_ADJUST) - goto out; - - max_freq = ( - policy->cpuinfo.max_freq * - (100 - reduction_pctg(policy->cpu) * 20) - ) / 100; - - cpufreq_verify_within_limits(policy, 0, max_freq); - - out: - return 0; -} - -static struct notifier_block acpi_thermal_cpufreq_notifier_block = { - .notifier_call = acpi_thermal_cpufreq_notifier, -}; - static int cpufreq_get_max_state(unsigned int cpu) { if (!cpu_has_cpufreq(cpu)) @@ -123,34 +83,32 @@ static int cpufreq_get_cur_state(unsigned int cpu) return reduction_pctg(cpu); } -static int cpufreq_set_cur_state(unsigned int cpu, int state) +static int acpi_processor_freq_level(unsigned int cpu, int state) { - int i; + struct cpufreq_policy policy; + unsigned long max_freq = 0; + int level = 0; - if (!cpu_has_cpufreq(cpu)) + if (!acpi_thermal_cpufreq_is_init || cpufreq_get_policy(&policy, cpu)) return 0; reduction_pctg(cpu) = state; + max_freq = ( + policy.cpuinfo.max_freq * + (100 - reduction_pctg(cpu) * 20) + ) / 100; - /* - * Update all the CPUs in the same package because they all - * contribute to the temperature and often share the same - * frequency. - */ - for_each_online_cpu(i) { - if (topology_physical_package_id(i) == - topology_physical_package_id(cpu)) - cpufreq_update_policy(i); - } - return 0; + level = cpufreq_cooling_get_level(phys_package_first_cpu(cpu), + max_freq, GET_LEVEL_FLOOR); + return level; } void acpi_thermal_cpufreq_init(void) { int i; - i = cpufreq_register_notifier(&acpi_thermal_cpufreq_notifier_block, - CPUFREQ_POLICY_NOTIFIER); + i = cpufreq_cooling_register_notifier(&cpufreq_cooling_notifier_block, + CPU_COOLING_STATE_NOTIFIER); if (!i) acpi_thermal_cpufreq_is_init = 1; } @@ -158,9 +116,9 @@ void acpi_thermal_cpufreq_init(void) void acpi_thermal_cpufreq_exit(void) { if (acpi_thermal_cpufreq_is_init) - cpufreq_unregister_notifier - (&acpi_thermal_cpufreq_notifier_block, - CPUFREQ_POLICY_NOTIFIER); + cpufreq_cooling_unregister_notifier( + &cpufreq_cooling_notifier_block, + CPU_COOLING_STATE_NOTIFIER); acpi_thermal_cpufreq_is_init = 0; } @@ -176,13 +134,31 @@ static int cpufreq_get_cur_state(unsigned int cpu) return 0; } -static int cpufreq_set_cur_state(unsigned int cpu, int state) +static int acpi_processor_freq_level(unsigned int cpu, int state) { return 0; } #endif +/* + * Emulate "per package data" using per cpu data (which should really be + * provided elsewhere) + * + * Note we can lose a CPU on cpu hotunplug, in this case we forget the state + * temporarily. Fortunately that's not a big issue here (I hope) + */ +static int phys_package_first_cpu(int cpu) +{ + int i; + int id = topology_physical_package_id(cpu); + + for_each_online_cpu(i) + if (topology_physical_package_id(i) == id) + return i; + return 0; +} + /* thermal cooling device callbacks */ static int acpi_processor_max_state(struct acpi_processor *pr) { @@ -198,57 +174,22 @@ static int acpi_processor_max_state(struct acpi_processor *pr) return max_state; } -static int -processor_get_max_state(struct thermal_cooling_device *cdev, - unsigned long *state) -{ - struct acpi_device *device = cdev->devdata; - struct acpi_processor *pr; - - if (!device) - return -EINVAL; - - pr = acpi_driver_data(device); - if (!pr) - return -EINVAL; - *state = acpi_processor_max_state(pr); - return 0; -} - -static int -processor_get_cur_state(struct thermal_cooling_device *cdev, - unsigned long *cur_state) +static int acpi_processor_cur_state(struct acpi_processor *pr) { - struct acpi_device *device = cdev->devdata; - struct acpi_processor *pr; - - if (!device) - return -EINVAL; - - pr = acpi_driver_data(device); - if (!pr) - return -EINVAL; - - *cur_state = cpufreq_get_cur_state(pr->id); + int cur_state = 0; + cur_state = cpufreq_get_cur_state(pr->id); if (pr->flags.throttling) - *cur_state += pr->throttling.state; - return 0; + cur_state += pr->throttling.state; + return cur_state; } -static int -processor_set_cur_state(struct thermal_cooling_device *cdev, - unsigned long state) +static int acpi_processor_set_cur_state(struct acpi_processor *pr, + struct cpufreq_cooling_status *cooling, unsigned long event) { - struct acpi_device *device = cdev->devdata; - struct acpi_processor *pr; - int result = 0; - int max_pstate; - - if (!device) - return -EINVAL; + int result = 0, level = 0; + int max_pstate, state = cooling->new_state; - pr = acpi_driver_data(device); if (!pr) return -EINVAL; @@ -257,20 +198,61 @@ processor_set_cur_state(struct thermal_cooling_device *cdev, if (state > acpi_processor_max_state(pr)) return -EINVAL; - if (state <= max_pstate) { + if (state <= max_pstate && event == CPU_COOLING_SET_STATE_PRE) { if (pr->flags.throttling && pr->throttling.state) result = acpi_processor_set_throttling(pr, 0, false); - cpufreq_set_cur_state(pr->id, state); - } else { - cpufreq_set_cur_state(pr->id, max_pstate); + } else if (state > max_pstate && event == CPU_COOLING_SET_STATE_POST) { result = acpi_processor_set_throttling(pr, state - max_pstate, false); } + + level = acpi_processor_freq_level(pr->id, state); + cooling->new_state = level; + return result; } -const struct thermal_cooling_device_ops processor_cooling_ops = { - .get_max_state = processor_get_max_state, - .get_cur_state = processor_get_cur_state, - .set_cur_state = processor_set_cur_state, +static int acpi_cpufreq_cooling_notifier(struct notifier_block *nb, + unsigned long event, void *data) +{ + struct cpufreq_cooling_status *cooling = data; + struct acpi_device *device = cooling->devdata; + struct acpi_processor *pr = acpi_driver_data(device); + switch (event) { + case CPU_COOLING_SET_STATE_PRE: + case CPU_COOLING_SET_STATE_POST: + acpi_processor_set_cur_state(pr, cooling, event); + break; + case CPU_COOLING_GET_MAX_STATE: + cooling->max_state = acpi_processor_max_state(pr); + break; + case CPU_COOLING_GET_CUR_STATE: + cooling->cur_state = acpi_processor_cur_state(pr); + break; + default: + return -EINVAL; + } + return 0; +} + +static struct notifier_block cpufreq_cooling_notifier_block = { + .notifier_call = acpi_cpufreq_cooling_notifier, }; + +struct thermal_cooling_device * +acpi_processor_cooling_register(struct acpi_device *device) +{ + struct thermal_cooling_device *cdev; + struct acpi_processor *pr = acpi_driver_data(device); + int cpu = phys_package_first_cpu(pr->id); + int i; + int id = topology_physical_package_id(cpu); + struct cpumask cpus; + + for_each_online_cpu(i) + if (topology_physical_package_id(i) == id) + cpumask_set_cpu(i, &cpus); + + cdev = cpufreq_cooling_register(&cpus, (void *)device); + return cdev; +}