Received: by 2002:a25:31c3:0:0:0:0:0 with SMTP id x186csp1785734ybx; Thu, 7 Nov 2019 17:21:33 -0800 (PST) X-Google-Smtp-Source: APXvYqzMSS18z6yTEjnV4b8EKA0WlDkgF9MGJrHIP3igTvq3ixChN2QZQmtmtYepVd9WYtJF3c1c X-Received: by 2002:a50:d80c:: with SMTP id o12mr7316914edj.251.1573176093291; Thu, 07 Nov 2019 17:21:33 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1573176093; cv=none; d=google.com; s=arc-20160816; b=GrsIgfSFjaXaiONTcCpAakRWK2RUA5CH3neNE9fK3A4hiok5KaFAM+Bc2wYjWHoq8H nwX8IJSDj1BeUo8HSpsa03Go59XTn5QnDOMizg23lej48YSkvcQO/Oo/zrhsue0gkiBM tV0XfZLAUQTqzRCcPao65nQ+srU5lq+Cfu7eicaIY7Sx8HmHGEIUciWfl5Kbln+WKLtj izstLHXibzfXRgsqrUWIsUcxrQ+J+wVPq16SPuEdDn7HWmqabZ+w+3cbuIcYnGlVlw8J gAGX/dQ0hxnwV/Rbn22D7faRt72dj7uwefJJfpmuXY0xZNsyjJfK4U3aP0YSUp3Z5UzG W6kg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=mEontwxM3n9RYUfyPH9+6OhgLdLTtKzMFAi887mkwIU=; b=thqNTvC8rHgqYTWmYT4Vg9PDpEP4PT0tPh2uZwR7Hw5nyovGdhI9mXQVdj4UHSRQeU EB05HOZWuRfViViEBT1VNPyKh30D4DHuOeanw1i5/i+OfoTY4cHwY4bxzoxYhUbmk1kr ZQqrPZEQZCYCDR/DSO8VVwUWIU6ex0vXrL6uYI16mdWaL6449WppeZmT+9X/c9XVWa1y nbW5nr/NYKdQMTKBFJtSC8E/RtZJMcuVRNcgUcgVbqUL8cgCLorgz+3Whfv63hgUDG2K CALRuwOInsQi+pOP7dVvJyCgQdu4Cllge49IDYbSZG9o9v+gcHbR+wiJK65GsI0B06sm HxPg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id ci3si2695219ejb.37.2019.11.07.17.21.09; Thu, 07 Nov 2019 17:21:33 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727744AbfKHBUa (ORCPT + 99 others); Thu, 7 Nov 2019 20:20:30 -0500 Received: from cloudserver094114.home.pl ([79.96.170.134]:63959 "EHLO cloudserver094114.home.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725930AbfKHBUa (ORCPT ); Thu, 7 Nov 2019 20:20:30 -0500 Received: from 79.184.254.83.ipv4.supernova.orange.pl (79.184.254.83) (HELO kreacher.localnet) by serwer1319399.home.pl (79.96.170.134) with SMTP (IdeaSmtpServer 0.83.292) id 7418509ce44e4b04; Fri, 8 Nov 2019 02:20:27 +0100 From: "Rafael J. Wysocki" To: Daniel Lezcano Cc: mathieu.poirier@linaro.org, mingo@redhat.com, peterz@infradead.org, linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, ulf.hansson@linaro.org Subject: Re: [PATCH V6 2/3] cpuidle: play_idle: Specify play_idle with an idle state Date: Fri, 08 Nov 2019 02:20:27 +0100 Message-ID: <143021538.HHUP3Pj7i7@kreacher> In-Reply-To: <20191030075141.1039-2-daniel.lezcano@linaro.org> References: <20191030075141.1039-1-daniel.lezcano@linaro.org> <20191030075141.1039-2-daniel.lezcano@linaro.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wednesday, October 30, 2019 8:51:40 AM CET Daniel Lezcano wrote: > Currently, the play_idle function does not allow to tell which idle > state we want to go. Improve this by passing the idle state as > parameter to the function. > > Export cpuidle_find_deepest_state() symbol as it is used from the > intel_powerclamp driver as a module. > > There is no functional changes, the cpuidle state is the deepest one. > > Signed-off-by: Daniel Lezcano > Acked-by: Mathieu Poirier > Reviewed-by: Ulf Hansson > --- > V6: > - Change variable name 'state' -> 'index': > https://lkml.org/lkml/2019/10/28/874 > V4: > - Add EXPORT_SYMBOL_GPL(cpuidle_find_deepest_state) for the > intel_powerclamp driver when this one is compiled as a module > V3: > - Add missing cpuidle.h header > --- > drivers/cpuidle/cpuidle.c | 1 + > drivers/powercap/idle_inject.c | 4 +++- > drivers/thermal/intel/intel_powerclamp.c | 4 +++- > include/linux/cpu.h | 2 +- > kernel/sched/idle.c | 4 ++-- > 5 files changed, 10 insertions(+), 5 deletions(-) > > diff --git a/drivers/cpuidle/cpuidle.c b/drivers/cpuidle/cpuidle.c > index 18523ea6b11b..b871fc2e8e67 100644 > --- a/drivers/cpuidle/cpuidle.c > +++ b/drivers/cpuidle/cpuidle.c > @@ -126,6 +126,7 @@ int cpuidle_find_deepest_state(void) > > return find_deepest_state(drv, dev, UINT_MAX, 0, false); > } > +EXPORT_SYMBOL_GPL(cpuidle_find_deepest_state); That doesn't appear to be really necessary to me. > > #ifdef CONFIG_SUSPEND > static void enter_s2idle_proper(struct cpuidle_driver *drv, > diff --git a/drivers/powercap/idle_inject.c b/drivers/powercap/idle_inject.c > index cd1270614cc6..233c878cbf46 100644 > --- a/drivers/powercap/idle_inject.c > +++ b/drivers/powercap/idle_inject.c > @@ -38,6 +38,7 @@ > #define pr_fmt(fmt) "ii_dev: " fmt > > #include > +#include > #include > #include > #include > @@ -138,7 +139,8 @@ static void idle_inject_fn(unsigned int cpu) > */ > iit->should_run = 0; > > - play_idle(READ_ONCE(ii_dev->idle_duration_us)); > + play_idle(READ_ONCE(ii_dev->idle_duration_us), > + cpuidle_find_deepest_state()); The next patch changes this again and I'm not sure why this intermediate change is useful. > } > > /** > diff --git a/drivers/thermal/intel/intel_powerclamp.c b/drivers/thermal/intel/intel_powerclamp.c > index 53216dcbe173..b55786c169ae 100644 > --- a/drivers/thermal/intel/intel_powerclamp.c > +++ b/drivers/thermal/intel/intel_powerclamp.c > @@ -29,6 +29,7 @@ > #include > #include > #include > +#include > #include > #include > #include > @@ -430,7 +431,8 @@ static void clamp_idle_injection_func(struct kthread_work *work) > if (should_skip) > goto balance; > > - play_idle(jiffies_to_usecs(w_data->duration_jiffies)); > + play_idle(jiffies_to_usecs(w_data->duration_jiffies), > + cpuidle_find_deepest_state()); I don't see a reason for changing the code here like this. What you really need is to have a way to set a limit on the idle state exit latency for idle injection on ARM. For that you can pass the exit latency limit to play_idle(), but then you need to change powerclamp to pass UNIT_MAX or similar which is ugly, or you can redefine cpuidle_use_deepest_state() to take the exit latency limit as the arg (with 0 meaning use_deepest_state == false). In the latter case, it would be quite straightforward to add an exit_latency argument to cpuidle_find_deepest_state() and note that find_deepest_state() takes a max_latency arg already, so that would be a trivial change (hint!).