aboutsummaryrefslogtreecommitdiff
path: root/rootdir/etc/init.qcom.power.rc (follow)
Commit message (Collapse)AuthorAge
* msm8996-common: rootdir: Cleanup EAS leftoverDavide Garberi2019-05-15
| | | | | | * Also fix a typo Change-Id: I73c5487105e9a5ad41b9988f8187c9137b50070b
* msm8996-common: init.qcom.power.rc: Modify naming convention for propertiesKarthik Gopalan2019-05-15
| | | | | | | | | Modify naming convention for properties and also remove unused code. CRs-Fixed: 2206509 Change-Id: I78821a66a65d92ea9284283efe5e3ca1659fa3de
* msm8996-common: rootdir: Disable input boost completelyDavide Garberi2019-04-11
| | | | | | * This doesn't make much of a difference as of performance and jank but could save some battery Change-Id: Id139d5072e9b841dcd385136a2e497520c588df8
* msm8996-common: Switch to cfqDavide Garberi2019-04-11
| | | | Change-Id: Icf9d1b9d17aafa700378f6a2a832d124c6dd5576
* msm8996-common: rootdir: Decommonize some ramdisk propsDavide Garberi2019-04-11
| | | | | | * To prevent a log spam due to missing files to write to Change-Id: I8e972a2d73018734be835d89062ffeb1b27a9d07
* msm8996-common: Switch back to stock chargerDavide Garberi2019-02-19
| | | | | | This reverts commit fd4723a91d1cb0d367aea9b6413b2dc336fd82d8 and 4ee3647a319cd52a2aa2575f47b2b74852bba852 Change-Id: I9362cb608480dd11e83b5da34f6e01f38fddf942
* msm8996-common: Sync with marlin's load balancing cpusetSubhajeet Muhuri2019-01-26
| | | | Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: add restricted cpusetTim Murray2019-01-26
| | | | | | | | bug: 78197570 Test: CTS Change-Id: I6aaac2f3ce9ba886143e3667df2ca044c7f3d3f0 Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: rootdir: Move the powerhal chownsDavide Garberi2019-01-26
| | | | | | Signed-off-by: Davide Garberi <dade.garberi@gmail.com> Change-Id: If78decdd3b94b023f3331f77d75cd114ada1ad2f Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: Update SELinux context for chargerArtem Borisov2019-01-19
| | | | | | | * Fixes most denials in charger-only mode Change-Id: Iaf4eca77ac7f20c73c8973014b2f722b790753b3 Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* Revert "msm8996-common: Avoid jumping to the maximum frequency without ↵Cosme Domínguez Díaz2018-10-07
| | | | | | needing it" This reverts commit 1e8ebc090ff0aa0334c71f506d029a77f7447a0a.
* msm8996-common: rootdir: Don't start iop serviceDavide Garberi2018-10-06
| | | | | | | * That's not a thing anymore Change-Id: I6bf08de4f97b1901183d8b459541868675732be9 Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: rootdir: Update power options from CAFDavide Garberi2018-10-06
| | | | | Change-Id: I940e19030b8eb85ddf091ee3d1b55e89b60899fc Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: rootdir: Update for Pie display and perf stackDavide Garberi2018-10-06
| | | | | Change-Id: I1de1749a4e13f6870a9bb4348a5a9f18f0528461 Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: Tune cpu_boost for the little cluster.Cosme Domínguez Díaz2018-08-10
|
* msm8996-common: Avoid jumping to the maximum frequency without needing itCosme Domínguez Díaz2018-08-09
| | | | | | | | * I just don't understand why we have 16 frequencies (from 307 to 1593MHz) on our power cluster and libqti-perfd just wants to force the highest every time I touch the screen... Why implement cpu frequency scaling and then use only two?
* msm8996-common: update cpusets at boot completeTim Murray2018-08-04
| | | | | | | | | We don't need aggressive load balancing during boot, only after boot has been completed. bug 30040263 Change-Id: Id22ac312751983f774208399b1673459e2351b93
* msm8996-common: init: power: CleanupCosme Domínguez Díaz2018-08-04
| | | | * Use Xiaomi's LOS work as main base.
* msm8996-common: rootdir: Drop write permissions from cpu_max_freqLuK13372018-08-04
| | | | | | | | * libqti-perfd for some reason wants to write "0:1593600 1:1593600 2:2342400 3:2342400" to it. * Preventing that lets us use full max freq on 8996pro devices. Change-Id: I081de2e8fc2ade7e6de4e971c29b8c53dd0a598c
* msm8996-common: Fix UFS device in chargerWei Wang2018-08-04
| | | | | | | Bug: 64072712 Bug: 64022845 Test: boot from charger and check last kmsg Change-Id: I8c890c55c9b578ae9e43be7f041dc2cbd4c80c15
* msm8996-common: Boost UFS during bootWei Wang2018-08-04
| | | | | | | | | | | | | | | | Before: SystemServer_start : 6.5916 0.14159 SystemUi_start : 9.646 0.11627 system_server_ready : 10.341 0.16571 After: SystemServer_start : 6.5465 0.17295 SystemUi_start : 9.5017 0.13355 system_server_ready : 10.13 0.17956 Bug: 63644084 Test: 10 boot with packages/services/Car/tools/bootanalyze/bootanalyze.py Change-Id: I5509629bba6cddb35bb72d0f48283e2bf51cebd3
* msm8996-common: Adjust interactive governor parameters based on CPU power ↵martin_liu2018-07-27
| | | | | | | | | efficiency curve Bug: 28560172 Change-Id: I2974a6dc43ecc51603df4acb942ffcb04091e653 Signed-off-by: martin_liu <martin_liu@htc.com>
* msm8996-common: Remove cpuset foreground boostLennart Wieboldt2018-05-20
| | | | | | | | Cpuset foreground boost is departed since https://android.googlesource.com/platform/frameworks/base/+/a712d4058f6f85268838 Change-Id: Iab1834dbb8cce15480b5e11968bcfff7cc80177e Signed-off-by: Lennart Wieboldt <lennart.1997@gmx.de>
* msm8996-common: rootdir: Remove non-existing services.Cosme Domínguez Díaz2018-05-02
|
* msm8996-common: Keep power cluster enabled and don't force scaling_governor.Cosme Domínguez Díaz2018-03-11
| | | | | | | | * Stock already do this: Better to finish all tasks and sleep soon than to do everything in cpu0 and keep it active longer. * Also, disable cpu1 could lead to system instability. See sultanxda/android_kernel_oneplus_msm8996@8e35dcceaca5ecb4237bb1ea192ebbe01cc0d64a
* msm8996-common: Fix permissions for rc and sh files.Cosme Domínguez Díaz2018-02-25
|
* msm8996-common: Set sync wakee policy tunableManjunatha Ramachandra2018-02-21
| | | | | | | Prefer waker CPU (with 1 runnable task) instead of an idle CPU in waker cluster. Change-Id: I174d496cf31bbf8706eaf6ad3740883d1c64b20f
* msm8996-common: Use MIUI poweroff charging animationBruno Martins2018-02-19
| | | | | | | * It's cool, and more importantly... it actually works! Oh look, it even displays battery level. Wow. :-P Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: rootdir: Stop using dev.bootcomplete in favor of ↵Davide Garberi2018-01-21
| | | | | | sys.boot_completed Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: rootdir: vm, and I/O tweaksmosimchah2018-01-21
| | | | | Change-Id: Ie6cc8e3a6835920ba44b8e664aed4c8304c23200 Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: remove cpuset foreground boostLennart Wieboldt2018-01-20
| | | | | | | | | Cpuset foreground boost is departed since https://android.googlesource.com/platform/frameworks/base/+/a712d4058f6f85268838 Change-Id: Iab1834dbb8cce15480b5e11968bcfff7cc80177e Signed-off-by: Lennart Wieboldt <lennart.1997@gmx.de> Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996: Switch to NOT Lineage chargercodeworkx2018-01-09
| | | | | Change-Id: Iae37cc9031481fb354bb96c03a3adbba1690af25 Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: init.qcom.power: Refactor and updateDavide Garberi2018-01-09
| | | | Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: rootdir: Set bfq as default ioschedDavide Garberi2018-01-08
| | | | Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: Update charger configurationCosme Domínguez Díaz2018-01-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | msm8996-common: Attempt to fix offline charging DD3Boh: Adapt to Oreo Signed-off-by: Davide Garberi <dade.garberi@gmail.com> msm8996-common: rootdir: Drop qbcharger * Quickboot is no longer in 14.1, and even if it was we would still need proprietary blobs to make it work. Change-Id: I918d5b5e7a493251bce333c354ee2c1a69c62dee Signed-off-by: Michael Sky <electrydev@gmail.com> Signed-off-by: Davide Garberi <dade.garberi@gmail.com> msm8996-common: rootdir: Update charger configuration Signed-off-by: Davide Garberi <dade.garberi@gmail.com> msm8996-common: rootdir: Move charger to init.qcom.power.rc and fix its groups. * The same change it's already in several devices and it fixes issues with offline charging. Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* z2_plus: rootdir: Set noop as default ioschedulerdd3boh2017-10-31
| | | | Signed-off-by: dd3boh <dade.garberi@gmail.com>
* z2_plus: rootdir: Set input_boost_ms to 40 msdd3boh2017-10-31
| | | | Signed-off-by: dd3boh <dade.garberi@gmail.com>
* z2_plus: Remove BCL hotplug disable/enable from initWei Wang2017-10-31
| | | | | | | | BCL hotplug is disabled in DTS already This patch should resolve risk of racing condition of store hotplug mask Bug: 29547080 Change-Id: I4ccbda943095d6d8bb02c140d7cedebd85ae9710
* griffin: trigger enable-low-power on bootcompleteErfan Abdi2017-10-31
| | | | | Signed-off-by: Erfan Abdi <erfangplus@gmail.com> Signed-off-by: dd3boh <dade.garberi@gmail.com>
* z2_plus: rootdir: Some cleanupdd3boh2017-10-31
| | | | Signed-off-by: dd3boh <dade.garberi@gmail.com>
* z2_plus: rootdir: Cleanupdd3boh2017-10-31
| | | | | | * Not needed at all anymore Signed-off-by: dd3boh <dade.garberi@gmail.com>
* rootdir: Cleanup the qcom-post-boot partdd3boh2017-09-06
| | | | Signed-off-by: dd3boh <dade.garberi@gmail.com>
* Squash revert of the msm thermal simple drivers [1/2]dd3boh2017-08-25
| | | | | | | | | | | | | | | | | | | | It doesn't seem so efficent right now, so let's try to fall back to the old thermal engine driver for now at least Revert "rootdir: Fall back to the old power management" This reverts commit 98204762dd6569f4b4ded1ee0a51710efe7edacc. Revert "z2_plus: Configure msm-thermal-simple driver" This reverts commit d1830933a6c54a6ac9c7a5ac9a3edebdb326420b. Revert "z2_plus: Optimize power config on boot" This reverts commit 5c12086dac733836c91a4ad415aea5a728aa8fab. Revert "z2_plus: Remove msm-thermal, thermal-engine, and bcl" This reverts commit f4bd79af37442fbf594c6523950e3e9945a7cd70.
* rootdir: Fall back to the old power managementdd3boh2017-08-21
| | | | Signed-off-by: dd3boh <dade.garberi@gmail.com>
* z2_plus: Configure msm-thermal-simple driverSultanxda2017-08-21
| | | | Signed-off-by: dd3boh <dade.garberi@gmail.com>
* z2_plus: Optimize power config on bootSultanxda2017-08-21
| | | | | | *Set sched_boost earlier *Enable balanced power config later *Set I/O scheduler to noop during boot, and cfq after boot
* z2_plus: Remove msm-thermal, thermal-engine, and bclSultanxda2017-08-21
| | | | We will use msm-thermal-simple instead.
* rootdir: Import some ramdisk edits from the zui 2.5.412dd3boh2017-07-22
| | | | | * Completely imported init.target.rc * Imported only some parts and edited some others of init.qcom.rc and init.qcom.power.rc
* Turn down the heat bishMoshe Barash2017-07-13
| | | | Change-Id: Ib35c1c4dd1babbd341b54a083fefe6bc05e9086d
* z2_plus: Move rootdir files to rootdir/etcdavidevinavil2017-06-30
|