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 DA8ACEE7FF4 for ; Fri, 8 Sep 2023 13:19:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243311AbjIHNTp (ORCPT ); Fri, 8 Sep 2023 09:19:45 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36992 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231295AbjIHNTn (ORCPT ); Fri, 8 Sep 2023 09:19:43 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D421D19B5; Fri, 8 Sep 2023 06:19:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; 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=byTGpZunXOY72bf+Yy8GIShaEnFa/OpSgKmuUVjqnmY=; b=AQvtYt+4V1wAPVojSoKVC8VN+y 36uhQcVVz5smyjYMiZ5NigdM/nkLwL6Wl0kEizgybkW2MrZLsQlJvoHn5zH5S72pwKgAc97OmXrUC tMVnaHZ86dnAJ00YxIEwBMpBZ0KVSaE+3Ryv2DoNB/9Pb29it7NN5JoIsWjlPQVPetmRm5F583tZU CP/6IXuKdu+4QKxfdxAJTkWVTTj2WkD6rfpiIN6XejGoGjcuVe32uepWTpg717Vpl0VoZxkVx5ebs iXtpRuEh568t3mQZI4rWPGSxxQL1/qeg/o2iQF5H2phK/Iis3RvdUl+WU27FUEAqhIgcMAY1aDVMG MynsH61g==; Received: from j130084.upc-j.chello.nl ([24.132.130.84] helo=noisy.programming.kicks-ass.net) by casper.infradead.org with esmtpsa (Exim 4.94.2 #2 (Red Hat Linux)) id 1qebOK-000JqN-A1; Fri, 08 Sep 2023 13:19:20 +0000 Received: by noisy.programming.kicks-ass.net (Postfix, from userid 1000) id EFF70300472; Fri, 8 Sep 2023 15:19:19 +0200 (CEST) Date: Fri, 8 Sep 2023 15:19:19 +0200 From: Peter Zijlstra To: Meng Li Cc: "Rafael J . Wysocki" , Huang Rui , linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, x86@kernel.org, linux-acpi@vger.kernel.org, Shuah Khan , linux-kselftest@vger.kernel.org, Nathan Fontenot , Deepak Sharma , Alex Deucher , Mario Limonciello , Shimmer Huang , Perry Yuan , Xiaojian Du , Viresh Kumar , Borislav Petkov Subject: Re: [PATCH V5 4/7] cpufreq: Add a notification message that the highest perf has changed Message-ID: <20230908131919.GG19320@noisy.programming.kicks-ass.net> References: <20230905015116.2268926-1-li.meng@amd.com> <20230905015116.2268926-5-li.meng@amd.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230905015116.2268926-5-li.meng@amd.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Sep 05, 2023 at 09:51:13AM +0800, Meng Li wrote: > ACPI 6.5 section 8.4.6.1.1.1 specifies that Notify event 0x85 can be > emmitted to cause the the OSPM to re-evaluate the highest performance > register. Add support for this event. > > Signed-off-by: Meng Li > Link: https://uefi.org/specs/ACPI/6.5/08_Processor_Configuration_and_Control.html?highlight=cppc#cpc-continuous-performance-control Does uefi.org guarantee this is a stable link?