Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp332862yba; Fri, 3 May 2019 02:45:56 -0700 (PDT) X-Google-Smtp-Source: APXvYqz2Mn13s7G8Kur31qehwfCnJBULqaemTLDgmMRbkxniirnR1Fbsl2Hi47rnZ5V+imWu+APd X-Received: by 2002:a17:902:521:: with SMTP id 30mr8817216plf.248.1556876756437; Fri, 03 May 2019 02:45:56 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1556876756; cv=none; d=google.com; s=arc-20160816; b=lBXk7pFlZn19YJYo3npCVn4n5aSilfl2Y2bBke1FoWH8ArhyHt5OIMbEFgkui8ttFC TVBdAWkciLZRA37jCc+Peo8IIXxOK3qN0IrFTU44NLBW57C4jzVegml8yxZWJGS1vmX4 6sVQxaQnieilWS3/+1WvEzAj39p78U61hm8oghVu70WfAARdQhFc8EyNnQxycTDouYjq Hp0l1Y4YOhnmrqL1zTJi4ukv6FWglYvsakGrvtJXCXxcXNMtKgOhunB9VvSgw81ykfOT r32E1O9w7bkHaR20QsqRn4Td91Od0ValxNQxYZbjKvd59Y64rsmj02tfTlGcEzX5lRl6 WS1Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=sjiyMBplFJDNhW6moQfu4kM0Kaoq0O/5vX2sVUfi9NY=; b=asO+neJ6epAfJf6jCA2pX3iVB1L5ecnNjweNsCnqSr4oi6McSMdvUYYQOWwhXWF08o FmXUrwqeFyWMBQUZcKe0Yxd7CJIutOq/oPxdaQlUuavbXxwv4rmALXemZjty2pigu2VD IbmWO1/KsQy38BSNvblgIqICO9zyHt3OiI50KsCaHcZb63aB1bAfr1fNGyemG9ir3F6v xriW00N70kXkwwdawCeT4cCXQkdkgyX454FpWApdVkb5eeqBuS8wbzPmmLDhDTswm1bs y2NIOBQ8+xHpmUlOhV7iHVHkwYRTyglCWNHksQp67Dt4GLVZSczqLEXPodZBB3EpmoZ4 JnGg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id l6si1505591pgp.489.2019.05.03.02.45.40; Fri, 03 May 2019 02:45:56 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727192AbfECJom (ORCPT + 99 others); Fri, 3 May 2019 05:44:42 -0400 Received: from usa-sjc-mx-foss1.foss.arm.com ([217.140.101.70]:57372 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726047AbfECJok (ORCPT ); Fri, 3 May 2019 05:44:40 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 252E380D; Fri, 3 May 2019 02:44:40 -0700 (PDT) Received: from queper01-lin.cambridge.arm.com (queper01-lin.cambridge.arm.com [10.1.195.48]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 582333F557; Fri, 3 May 2019 02:44:37 -0700 (PDT) From: Quentin Perret To: edubezval@gmail.com, rui.zhang@intel.com, javi.merino@kernel.org, viresh.kumar@linaro.org, amit.kachhap@gmail.com, rjw@rjwysocki.net, will.deacon@arm.com, catalin.marinas@arm.com Cc: daniel.lezcano@linaro.org, dietmar.eggemann@arm.com, ionela.voinescu@arm.com, quentin.perret@arm.com, mka@chromium.org, linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: [PATCH v3 1/3] arm64: defconfig: Enable CONFIG_ENERGY_MODEL Date: Fri, 3 May 2019 10:44:07 +0100 Message-Id: <20190503094409.3499-2-quentin.perret@arm.com> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20190503094409.3499-1-quentin.perret@arm.com> References: <20190503094409.3499-1-quentin.perret@arm.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The recently introduced Energy Model (EM) framework manages power cost tables for the CPUs of the system. Its only user right now is the scheduler, in the context of Energy Aware Scheduling (EAS). However, the EM framework also offers a generic infrastructure that could replace subsystem-specific implementations of the same concepts, as this is the case in the thermal framework. So, in order to prepare the migration of the thermal subsystem to use the EM framework, enable it in the default arm64 defconfig, which is the most commonly used architecture for IPA. This will also compile-in all of the EAS code, although it won't be enabled by default -- EAS requires to use the 'schedutil' CPUFreq governor while arm64 defaults to 'performance'. Signed-off-by: Quentin Perret --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 418d4c0dbc47..a0fd68cb9bd6 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -97,6 +97,7 @@ CONFIG_XEN=y CONFIG_COMPAT=y CONFIG_HIBERNATION=y CONFIG_WQ_POWER_EFFICIENT_DEFAULT=y +CONFIG_ENERGY_MODEL=y CONFIG_ARM_CPUIDLE=y CONFIG_CPU_FREQ=y CONFIG_CPU_FREQ_STAT=y -- 2.21.0