From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752507AbcBEDKT (ORCPT ); Thu, 4 Feb 2016 22:10:19 -0500 Received: from mail-lb0-f193.google.com ([209.85.217.193]:36759 "EHLO mail-lb0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752253AbcBEDKM (ORCPT ); Thu, 4 Feb 2016 22:10:12 -0500 MIME-Version: 1.0 In-Reply-To: <20160205030254.GA21792@vireshk> References: <3705929.bslqXH980s@vostro.rjw.lan> <1876466.AY9fn15fDn@vostro.rjw.lan> <20160204053614.GV3469@vireshk> <20160205030254.GA21792@vireshk> Date: Fri, 5 Feb 2016 04:10:10 +0100 X-Google-Sender-Auth: 389-sE5ZlBYh0XZ8_6vp19YKY2Y Message-ID: Subject: Re: [PATCH 3/11] cpufreq: governor: Use common global_dbs_data pointer From: "Rafael J. Wysocki" To: Viresh Kumar Cc: "Rafael J. Wysocki" , "Rafael J. Wysocki" , Linux PM list , Linux Kernel Mailing List , Srinivas Pandruvada , Juri Lelli , Steve Muckle , Saravana Kannan Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Feb 5, 2016 at 4:02 AM, Viresh Kumar wrote: > On 04-02-16, 17:52, Rafael J. Wysocki wrote: >> On Thu, Feb 4, 2016 at 6:36 AM, Viresh Kumar wrote: > >> > Consider a two policy system, who is stopping us from setting ondemand >> > for one of them and conservative for the other one ? And so, we will >> > have two gdbs_data .. >> >> I don't really regard that as an entirely sane thing to do, but you >> have a point here. > > Why? Its quite useful IMO. For example on TC2, we have two clusters of > A7 and A15. And we actually can configure A7 for interactive and A15 > for ondemand. And this is very useful for performance/power metrics. Well, doing insane things may give you better results sometimes. Depending on what you want to achieve and other factors. Thanks, Rafael