Snap for 12399304 from d52fc5d79f
to 25Q1-release
Change-Id: I9320f75d01d165e64f444e86bd0c58f631972daf
This commit is contained in:
commit
7364f10756
4 changed files with 9 additions and 2 deletions
|
@ -27,7 +27,6 @@ TARGET_ARCH := arm64
|
||||||
TARGET_ARCH_VARIANT := armv8-2a
|
TARGET_ARCH_VARIANT := armv8-2a
|
||||||
TARGET_CPU_ABI := arm64-v8a
|
TARGET_CPU_ABI := arm64-v8a
|
||||||
TARGET_CPU_VARIANT := cortex-a55
|
TARGET_CPU_VARIANT := cortex-a55
|
||||||
TARGET_CPU_VARIANT_RUNTIME := cortex-a55
|
|
||||||
|
|
||||||
DEVICE_IS_64BIT_ONLY ?= $(if $(filter %_64,$(TARGET_PRODUCT)),true,false)
|
DEVICE_IS_64BIT_ONLY ?= $(if $(filter %_64,$(TARGET_PRODUCT)),true,false)
|
||||||
|
|
||||||
|
|
|
@ -44,6 +44,8 @@ on init
|
||||||
chown system system /proc/vendor_sched/prefer_idle_clear
|
chown system system /proc/vendor_sched/prefer_idle_clear
|
||||||
chown system system /proc/vendor_sched/pmu_poll_enable
|
chown system system /proc/vendor_sched/pmu_poll_enable
|
||||||
chown system system /proc/vendor_sched/pmu_poll_time
|
chown system system /proc/vendor_sched/pmu_poll_time
|
||||||
|
chown system system /proc/vendor_sched/uclamp_fork_reset_clear
|
||||||
|
chown system system /proc/vendor_sched/uclamp_fork_reset_set
|
||||||
chown system system /sys/devices/system/cpu/cpufreq/policy0/sched_pixel/lcpi_threshold
|
chown system system /sys/devices/system/cpu/cpufreq/policy0/sched_pixel/lcpi_threshold
|
||||||
chown system system /sys/devices/system/cpu/cpufreq/policy0/sched_pixel/spc_threshold
|
chown system system /sys/devices/system/cpu/cpufreq/policy0/sched_pixel/spc_threshold
|
||||||
chown system system /sys/devices/system/cpu/cpufreq/policy0/sched_pixel/limit_frequency
|
chown system system /sys/devices/system/cpu/cpufreq/policy0/sched_pixel/limit_frequency
|
||||||
|
@ -93,6 +95,8 @@ on init
|
||||||
chmod 0220 /proc/vendor_sched/prefer_idle_clear
|
chmod 0220 /proc/vendor_sched/prefer_idle_clear
|
||||||
chmod 0220 /proc/vendor_sched/pmu_poll_enable
|
chmod 0220 /proc/vendor_sched/pmu_poll_enable
|
||||||
chmod 0220 /proc/vendor_sched/pmu_poll_time
|
chmod 0220 /proc/vendor_sched/pmu_poll_time
|
||||||
|
chmod 0220 /proc/vendor_sched/uclamp_fork_reset_clear
|
||||||
|
chmod 0220 /proc/vendor_sched/uclamp_fork_reset_set
|
||||||
|
|
||||||
start vendor.keymaster-3-0
|
start vendor.keymaster-3-0
|
||||||
|
|
||||||
|
|
|
@ -343,7 +343,7 @@ void addSoC(std::shared_ptr<PowerStats> p) {
|
||||||
}
|
}
|
||||||
|
|
||||||
void setEnergyMeter(std::shared_ptr<PowerStats> p) {
|
void setEnergyMeter(std::shared_ptr<PowerStats> p) {
|
||||||
std::vector<const std::string> deviceNames { "s2mpg10-odpm", "s2mpg11-odpm" };
|
std::vector<std::string> deviceNames { "s2mpg10-odpm", "s2mpg11-odpm" };
|
||||||
p->setEnergyMeterDataProvider(std::make_unique<IioEnergyMeterDataProvider>(deviceNames, true));
|
p->setEnergyMeterDataProvider(std::make_unique<IioEnergyMeterDataProvider>(deviceNames, true));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -288,6 +288,10 @@
|
||||||
{
|
{
|
||||||
"Name": "OtaProfiles",
|
"Name": "OtaProfiles",
|
||||||
"Profiles": [ "OtaPerformance", "ProcessCapacityNormal", "LowIoPriority", "TimerSlackHigh" ]
|
"Profiles": [ "OtaPerformance", "ProcessCapacityNormal", "LowIoPriority", "TimerSlackHigh" ]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Name": "InputPolicy",
|
||||||
|
"Profiles": [ "ResetUclampGrp" ]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue