Skip to content

Commit

Permalink
[celadon_ivi] enable HWP and intel_pstate active mode
Browse files Browse the repository at this point in the history
Tracked-On: OAM-110531
Signed-off-by: Qi Zhang <[email protected]>
  • Loading branch information
qizhangz authored and sysopenci committed Aug 1, 2023
1 parent ca6e122 commit b5b7296
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions groups/kernel/BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ BOARD_KERNEL_CMDLINE += \
BOARD_KERNEL_CMDLINE += \
intel_pstate=passive
{{/schedutil}}
{{^schedutil}}
BOARD_KERNEL_CMDLINE += \
intel_pstate=active
{{/schedutil}}

BOARD_KERNEL_CMDLINE += \
snd-hda-intel.model=dell-headset-multi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -552,9 +552,9 @@ CONFIG_CPU_FREQ_GOV_COMMON=y
# CONFIG_CPU_FREQ_STAT is not set
# CONFIG_CPU_FREQ_TIMES is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE is not set
CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE=y
# CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set
CONFIG_CPU_FREQ_DEFAULT_GOV_SCHEDUTIL=y
# CONFIG_CPU_FREQ_DEFAULT_GOV_SCHEDUTIL is not set
CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
CONFIG_CPU_FREQ_GOV_POWERSAVE=y
# CONFIG_CPU_FREQ_GOV_USERSPACE is not set
Expand Down

0 comments on commit b5b7296

Please sign in to comment.