From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3438FEE8006 for ; Fri, 8 Sep 2023 13:59:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243328AbjIHN7u (ORCPT ); Fri, 8 Sep 2023 09:59:50 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54882 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232157AbjIHN7t (ORCPT ); Fri, 8 Sep 2023 09:59:49 -0400 Received: from desiato.infradead.org (desiato.infradead.org [IPv6:2001:8b0:10b:1:d65d:64ff:fe57:4e05]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8749F1BF1; Fri, 8 Sep 2023 06:59:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=desiato.20200630; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=cvpfWTNpL5Sx3YRmhLqC6Bwdf/uIujxR6g9MMGDBU08=; b=dyToNxSSrdMCxtH1q4fZL7up1K TPln+Lyx2BUQVVI3u/yphKPtxvGIha6wGQZzbUWUGbF5ymkNM0c/FChOMDJ5wrnxclu1KQ3EakCcQ 2agRWJotFHfuiRoN5qX6ZiCM3RJvltIwxYeWXExB3qL9y3JviKHlxQerN0BLlQxwGOD3Z554Z+T40 toxfa2zbR22klP0HmI+O/HI8hA5vQ5bkv/iVcW7h08KGf3w6ilOF5YBaZAx3CyCN3qBo7wFanBYz1 j0mOcebv3HYeZTm4icqD6o21bLjMF7Uh2xXHhiFgwss69ruNvp3e9w2iSx83oaLI68pXZ5/h4nkTh CxQPcg6w==; Received: from j130084.upc-j.chello.nl ([24.132.130.84] helo=noisy.programming.kicks-ass.net) by desiato.infradead.org with esmtpsa (Exim 4.96 #2 (Red Hat Linux)) id 1qec1K-002YUy-0f; Fri, 08 Sep 2023 13:59:39 +0000 Received: by noisy.programming.kicks-ass.net (Postfix, from userid 1000) id 51063300472; Fri, 8 Sep 2023 15:59:39 +0200 (CEST) Date: Fri, 8 Sep 2023 15:59:39 +0200 From: Peter Zijlstra To: Qais Yousef Cc: Ingo Molnar , "Rafael J. Wysocki" , Viresh Kumar , Vincent Guittot , Dietmar Eggemann , linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org, Lukasz Luba Subject: Re: [RFC PATCH 0/7] sched: cpufreq: Remove magic margins Message-ID: <20230908135939.GD24372@noisy.programming.kicks-ass.net> References: <20230827233203.1315953-1-qyousef@layalina.io> <20230907130805.GE10955@noisy.programming.kicks-ass.net> <20230908001725.mtqbse3xwhzvo5qp@airbuntu> <20230908102511.GA24372@noisy.programming.kicks-ass.net> <20230908133336.uge4hcnx4cum3lg5@airbuntu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230908133336.uge4hcnx4cum3lg5@airbuntu> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Sep 08, 2023 at 02:33:36PM +0100, Qais Yousef wrote: > > (even hardware has these things today, we get 0-255 values that do > > 'something' uarch specific) > > Ah, could I get some pointers please? Intel HWP.EPP and AMD CPPC EPP I think.. both intel-pstate and amd-pstate have EPP thingies.