summaryrefslogtreecommitdiffstats
path: root/power-8992.c
Commit message (Collapse)AuthorAgeFilesLines
* power: Use ARRAY_SIZE macro where possibleZhao Wei Liew2019-10-231-2/+2
| | | | Change-Id: Ie47d0e6b91b7bba378b0fdf53a345a021b0c2d48
* power: Simplify display_hint_sentZhao Wei Liew2019-10-231-9/+3
| | | | | | | | | | | Check for whether the display hint has been sent at the start of the set_interactive() function in the common powerHAL. This gets rid of the need to replicate the same variable in every target-specific powerHAL that implements the set_interactive_override() function. Change-Id: If7dd11fcb578211f4f83847f9257232c4138ce53
* power: Use is_interactive_governor/is_schedutil_governorEthan Chen2019-10-231-8/+4
| | | | | | * Don't copy paste the same governor check code multiple times Change-Id: I2258553deb02a5ae149b0a96aca5fe5584f0ea14
* power: clang-formatMichael Bestas2019-10-231-22/+18
| | | | | | | * Using AOSP interface .clang-format * Clean Android.mk while we are at it Change-Id: I630f72e3dffb676ca1930e72945e897f62103ada
* power: Remove unused arg from power_hint_override/set_interactive_overrideRashed Abdel-Tawab2019-10-231-2/+2
| | | | Change-Id: If45b59915022b563d4c5c9bf454b02b431a97833
* power: Enable 4+0 core config for display off casesDilip Gudlur2019-10-231-2/+1
| | | | | | | | This change enables 4+0 core config for display off sceanrios and in display off scenario system should go back to default core config. Change-Id: I57795988e7e0f1b2c1e160e2e454549a14bbde50
* power: introduce 8992-specific handlingDilip Gudlur2019-10-231-0/+149
Creates framework for handling special cases like display off, video encode differently for 8992. Change-Id: I195a96f0787c0d2dc2696c75a6f281774e2345cb