Skip to content

Commit

Permalink
mixin updates
Browse files Browse the repository at this point in the history
Revert "Revert "linux-intel-lts2021: enable intel_idle""
This reverts commit 5627a755a04480c86432fe504e245f34e67aa807.
Turbo Max Freq is achievable only if other cores are not in
acitve(Core C6 state). With PnP test, there is no performance
regression with intel_idle.

Tracked-On: OAM-111184
Mixin-Reviewed-On: projectceladon/device-androidia-mixins#1693
Signed-off-by: Qi Zhang <[email protected]>
  • Loading branch information
buildslave authored and sysopenci committed Jul 31, 2023
1 parent dc49214 commit 335be34
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion caas/config-lts/linux-intel-lts2021/x86_64_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ CONFIG_CPU_IDLE_GOV_MENU=y
# CONFIG_CPU_IDLE_GOV_TEO is not set
# end of CPU Idle

# CONFIG_INTEL_IDLE is not set
CONFIG_INTEL_IDLE=y
# end of Power management and ACPI options

#
Expand Down
2 changes: 1 addition & 1 deletion caas_cfc/config-lts/linux-intel-lts2021/x86_64_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ CONFIG_CPU_IDLE_GOV_MENU=y
# CONFIG_CPU_IDLE_GOV_TEO is not set
# end of CPU Idle

# CONFIG_INTEL_IDLE is not set
CONFIG_INTEL_IDLE=y
# end of Power management and ACPI options

#
Expand Down
1 change: 0 additions & 1 deletion celadon_ivi/BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,6 @@ BOARD_KERNEL_CMDLINE += \
intel_iommu=off \
i915.enable_pvmmio=0 \
loop.max_part=7 \
idle=halt

# for ramoops
ifneq ($(TARGET_BUILD_VARIANT),user)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ CONFIG_CPU_IDLE_GOV_MENU=y
# CONFIG_CPU_IDLE_GOV_TEO is not set
# end of CPU Idle

# CONFIG_INTEL_IDLE is not set
CONFIG_INTEL_IDLE=y
# end of Power management and ACPI options

#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ CONFIG_CPU_IDLE_GOV_MENU=y
# CONFIG_CPU_IDLE_GOV_TEO is not set
# end of CPU Idle

# CONFIG_INTEL_IDLE is not set
CONFIG_INTEL_IDLE=y
# end of Power management and ACPI options

#
Expand Down

0 comments on commit 335be34

Please sign in to comment.