From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Muckle Subject: Re: [PATCH v3 0/3] cpufreq: avoid redundant driver calls in schedutil Date: Thu, 14 Jul 2016 11:00:14 -0700 Message-ID: <20160714180014.GG27987@graphite.smuckle.net> References: <1468441527-23534-1-git-send-email-smuckle@linaro.org> <57876337.6090409@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Return-path: Received: from mail-pa0-f51.google.com ([209.85.220.51]:36782 "EHLO mail-pa0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751119AbcGNSAT (ORCPT ); Thu, 14 Jul 2016 14:00:19 -0400 Received: by mail-pa0-f51.google.com with SMTP id pp5so24056442pac.3 for ; Thu, 14 Jul 2016 11:00:18 -0700 (PDT) Content-Disposition: inline In-Reply-To: <57876337.6090409@linaro.org> Sender: linux-pm-owner@vger.kernel.org List-Id: linux-pm@vger.kernel.org To: Pingbo Wen Cc: Steve Muckle , Peter Zijlstra , Ingo Molnar , "Rafael J . Wysocki" , Viresh Kumar , linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org, Vincent Guittot , Morten Rasmussen , Dietmar Eggemann , Juri Lelli , Patrick Bellasi On Thu, Jul 14, 2016 at 06:02:31PM +0800, Pingbo Wen wrote: > > Steve Muckle (3): > > cpufreq: add cpufreq_driver_resolve_freq() > > cpufreq: schedutil: map raw required frequency to driver frequency > > Tested the first two patches on db410c, only waking up irq_work 53 > times, while previous was 257 times(79% decrease) in Android home idle > for 5 minutes. Thanks Pingbo. My experience measuring the number of calls into the acpi cpufreq fast switch path was similar. An arbitrary system workload I chose showed a ~75% reduction in calls. thanks, Steve