Received: by 2002:a05:6a10:a0d1:0:0:0:0 with SMTP id j17csp2056332pxa; Mon, 3 Aug 2020 06:27:05 -0700 (PDT) X-Google-Smtp-Source: ABdhPJw3JhEUkdyRrT1F0JANTA5aPpgcYF1SrZrLgblx2jAcOYtWi0ZgeA9QthFi3G+sZwaM+3VV X-Received: by 2002:a05:6402:174d:: with SMTP id v13mr7035741edx.231.1596461225422; Mon, 03 Aug 2020 06:27:05 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1596461225; cv=none; d=google.com; s=arc-20160816; b=ebFc72IV8u3tD4xuxXp7O9zu3pPwg2UBB9McihzPUul6NquHK9F+zn4HOi5J4RpeRz N2cVUHg8CAlWtFFkSjP715DJUw/FQ8MbnvWLE5Dc8fCQXQ1CVFV1YIlVFkJgXRuLoPul /koY1UJEvZoMW1cR68aYSlEzF/urGgifQZTeBgIuY+TvvlPj44DXKxPRTyohSc2F5KGe ZHfvF07AvTBCL/juknON8XM4AByItT2DeS7E9b7wKUf7D8ewbzhl3Aoz07eTY7m2t6fR gzeG1CC20CErgEt6WjuqTfFpcNCd8eJ/XL+Hpfxpc/58oZbajfQU2FpEdAMLEUsl69zp /3Sg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=ttVKFFvz13IQOqas1k4W07IXYOgW7AMyfo2OsyBdRE4=; b=IKN1yL4UhSVBCWDKHHft8kUyIh9G95W1oOX8i80nCZMRhy4zCGSRGm+q+cfncixD/+ xQ/GJyoLF8iEXo+MdmfFSjENTxY6Y/2/9YtCz2NWKPzjv+PvoR7ToBVXGhGSCdwODbrd JEYlZuZrKuXIaztEoLI98oMKFyyFkEPIFft/l5X8gCO7Vd1msuHt9/39Gyu/VldibdcS c56xhCaiIC3Lww9KUWMG+Q6VwRr7B7oRQQhGzWNqVCfDiG93WkfhVm5NsER5WQ371sML PqAzZ4ek+ZnyOK0i3k1lvd119i13j+pXsyomeSFXXjXyn+o9SeoiAnOsHMSIP/mN5E0Y 0M6A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id 8si10652190ejx.645.2020.08.03.06.26.42; Mon, 03 Aug 2020 06:27:05 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727050AbgHCN0V (ORCPT + 99 others); Mon, 3 Aug 2020 09:26:21 -0400 Received: from foss.arm.com ([217.140.110.172]:57636 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727021AbgHCN0T (ORCPT ); Mon, 3 Aug 2020 09:26:19 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 1740230E; Mon, 3 Aug 2020 06:26:19 -0700 (PDT) Received: from localhost (unknown [10.1.198.53]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id AC5A63F71F; Mon, 3 Aug 2020 06:26:18 -0700 (PDT) Date: Mon, 3 Aug 2020 14:26:17 +0100 From: Ionela Voinescu To: Viresh Kumar Cc: "Rafael J. Wysocki" , "Rafael J. Wysocki" , Dietmar Eggemann , Catalin Marinas , Sudeep Holla , Will Deacon , Russell King - ARM Linux , Ingo Molnar , Peter Zijlstra , Linux PM , Linux ARM , Linux Kernel Mailing List , Valentin Schneider Subject: Re: [PATCH v2 1/7] cpufreq: move invariance setter calls in cpufreq core Message-ID: <20200803132617.GA9512@arm.com> References: <20200722093732.14297-1-ionela.voinescu@arm.com> <20200722093732.14297-2-ionela.voinescu@arm.com> <20200730034128.k4fmblfuwjcmqdze@vireshk-mac-ubuntu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200730034128.k4fmblfuwjcmqdze@vireshk-mac-ubuntu> User-Agent: Mutt/1.9.4 (2018-02-28) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi guys, On Thursday 30 Jul 2020 at 09:11:28 (+0530), Viresh Kumar wrote: > On 27-07-20, 15:48, Rafael J. Wysocki wrote: > > On Wed, Jul 22, 2020 at 11:38 AM Ionela Voinescu > > wrote: > > > diff --git a/drivers/cpufreq/cpufreq.c b/drivers/cpufreq/cpufreq.c > > > index 036f4cc42ede..bac4101546db 100644 > > > --- a/drivers/cpufreq/cpufreq.c > > > +++ b/drivers/cpufreq/cpufreq.c > > > @@ -2058,9 +2058,16 @@ EXPORT_SYMBOL(cpufreq_unregister_notifier); > > > unsigned int cpufreq_driver_fast_switch(struct cpufreq_policy *policy, > > > unsigned int target_freq) > > > { > > > + unsigned int freq; > > > + > > > target_freq = clamp_val(target_freq, policy->min, policy->max); > > > + freq = cpufreq_driver->fast_switch(policy, target_freq); > > > + > > > + if (freq) > > > + arch_set_freq_scale(policy->related_cpus, freq, > > > + policy->cpuinfo.max_freq); > > > > Why can't arch_set_freq_scale() handle freq == 0? > Sorry, I seem to have missed this question the first time around. arch_set_freq_scale() could handle freq == 0, but given that freq == 0 is signaling an error here, I do believe this check is well placed, to prevent a useless call to arch_set_freq_scale(). Also [1]: """ * If 0 is returned by the driver's ->fast_switch() callback to indicate an * error condition, the hardware configuration must be preserved. */ """ > Actually there is no need to. AFAIU the freq returned by fast_switch > can never be 0 (yeah qcom driver does it right now and I am fixing > it). And so we can drop this check altogether. > It's not only the qcom driver, it's also the scmi driver that could return 0 [2]. But I don't think "fixing" these drivers is the solution, given that 0 is indicated as a valid return value of .fast_switch() to signal an error condition [1], while schedutil (the caller), also does validation that the returned frequency is !0 before setting it as current frequency [3]. Therefore, it is know and (somewhat) documented that 0 indicates an error condition and it should be allowed as a return value for .fast_switch(). Also, I believe is a good idea to leave the option for drivers to return 0 (signaling error) from their implementation of .fast_switch(). [1] https://elixir.bootlin.com/linux/v5.8-rc4/source/drivers/cpufreq/cpufreq.c#L2043 [2] https://elixir.bootlin.com/linux/v5.8-rc4/source/drivers/cpufreq/scmi-cpufreq.c#L76 [3] https://elixir.bootlin.com/linux/v5.8-rc4/source/kernel/sched/cpufreq_schedutil.c#L124 Thanks, Ionela. > -- > viresh