Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754099Ab0KELtI (ORCPT ); Fri, 5 Nov 2010 07:49:08 -0400 Received: from mga01.intel.com ([192.55.52.88]:56031 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751619Ab0KELtG (ORCPT ); Fri, 5 Nov 2010 07:49:06 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.58,301,1286175600"; d="scan'208";a="623840930" Message-ID: <4CD3EF31.9060909@linux.intel.com> Date: Fri, 05 Nov 2010 07:49:05 -0400 From: Arjan van de Ven User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.12) Gecko/20101027 Thunderbird/3.1.6 MIME-Version: 1.0 To: Youquan Song CC: davej@redhat.com, venki@google.com, youquan.song@intel.com, cpufreq-list@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] cpufreq: Fix ondemand governor powersave_bias execution time misuse References: <20101105151951.GA10743@linux-youquan.bj.intel.com> In-Reply-To: <20101105151951.GA10743@linux-youquan.bj.intel.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 951 Lines: 23 On 11/5/2010 11:19 AM, Youquan Song wrote: > Ondemand governor use powersave_bias tunable to do aggressive power save by > decrease CPU average frequency. The average frequency achieve by adjust low and > high frequency's execution time proportion during one sample time interval. > > Current kernel, only the high frequency executes in time proportion, but the low > frequency wrongly execute in one whole sample time interval when powersave_bias > is set. > > The patch fix it by set low frequency execution time to it deserved. > > Signed-off-by: Youquan Song > --- while your patch looks correct, I think the whole feature is wonky and likely ought to be removed........... -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/