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 75141C04E69 for ; Mon, 14 Aug 2023 21:29:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232901AbjHNV2l (ORCPT ); Mon, 14 Aug 2023 17:28:41 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59446 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232924AbjHNV2T (ORCPT ); Mon, 14 Aug 2023 17:28:19 -0400 Received: from mail-il1-x132.google.com (mail-il1-x132.google.com [IPv6:2607:f8b0:4864:20::132]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 206EB10D1 for ; Mon, 14 Aug 2023 14:28:18 -0700 (PDT) Received: by mail-il1-x132.google.com with SMTP id e9e14a558f8ab-3496e3e02f3so4003515ab.0 for ; Mon, 14 Aug 2023 14:28:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; t=1692048497; x=1692653297; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date:message-id:reply-to; bh=BR+JPGscnhVrEQwfTBpqpRvh0fXBlGtikJiTfcgyxCo=; b=d/ywBwrd9M+sJ2oLD7lb5RO45Wn3GHcJFxuEAgzXWyM2OyF+cAh9MS495TBGtyEyx1 xKK8FnnecwdPy1xPtgyjkgnXJBdOowmQb5Ty1hmFcCTSqdRVwkGPVQvBs5ByQyB/2r/v VPS0ZDhVhZKTaqi9fdJGdge+cefEDDssk/BZc= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1692048497; x=1692653297; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=BR+JPGscnhVrEQwfTBpqpRvh0fXBlGtikJiTfcgyxCo=; b=P6mxObwo0j+tKf/uz+R+p1P64ON2mmdbU1skow0yR2MHXAZLw4HzjnpaIvAqNMDkvV NPPSKs4bZdO7/haG1QJLlnM403D7umCGrkVjRVAssz4AAfj6kfWVJn/yLU8PWrDwtdI2 atu/e4kSF+SqyPy2Zl04A4qGtXoaqv8vEsNJJpUzRIb/1FxjoRBQZadETCbtGNICV8/q xMXBdO32gRfAWNv4YOExHQV0Y7fQumZarpXoG9Opl4wWvSVe53Dc0hZzv6CWuhJ69i3K MF5pgdOlPo5CsQKylw2RwBqdjAb+VbrzKH0tQSUtgFfQkY8gVQB0Nhd1/loD2xfBD2g7 G54w== X-Gm-Message-State: AOJu0Yy4KkwBJjdWa3bM/HOm/svs16tXZ1G2MizrUdlFMQzGxvXPXaTE okoXQOUozMUDc9/B6DLI/O3mhmcyYTTF4Lqz0pA= X-Google-Smtp-Source: AGHT+IH8EVgnmRaisZltngF35iIiJkH0e7AIZDFQ1T/J2Wk/+Drqq2c8Fae/qJUTgBCf+akPS2exhg== X-Received: by 2002:a05:6602:3890:b0:790:f2c3:2fd with SMTP id br16-20020a056602389000b00790f2c302fdmr14455621iob.0.1692048497468; Mon, 14 Aug 2023 14:28:17 -0700 (PDT) Received: from [192.168.1.128] ([38.15.45.1]) by smtp.gmail.com with ESMTPSA id o3-20020a5e8a43000000b0078714764ca0sm3439153iom.40.2023.08.14.14.28.16 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 14 Aug 2023 14:28:16 -0700 (PDT) Message-ID: Date: Mon, 14 Aug 2023 15:28:15 -0600 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0 Subject: Re: [PATCH] cpupower: Fix querying boost support for amd-pstate-epp mode Content-Language: en-US To: Huang Rui , "Limonciello, Mario" Cc: "Yuan, Perry" , "Karny, Wyes" , "trenn@suse.com" , "shuah@kernel.org" , "rafael.j.wysocki@intel.com" , "linux-pm@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "chenhq2005@gmail.com" , Shuah Khan References: <20230811213501.17293-1-mario.limonciello@amd.com> From: Shuah Khan In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 8/13/23 22:14, Huang Rui wrote: > On Sat, Aug 12, 2023 at 05:35:01AM +0800, Limonciello, Mario wrote: >> When running in active mode the driver for amd-pstate has -epp appended. >> This throws off amd-pstate detection. >> >> To detect amd-pstate look for the prefix instead. >> >> Fixes: ffa5096a7c33 ("cpufreq: amd-pstate: implement Pstate EPP support for the AMD processors") >> Reported-by: chenhq2005@gmail.com >> Closes: https://bugzilla.kernel.org/show_bug.cgi?id=217755 >> Signed-off-by: Mario Limonciello > > Acked-by: Huang Rui > This patch doesn't apply on top of cpupower latest: https://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux.git coupower Please rebase and send it. thanks, -- Shuah