Add properties
1. assign default resolution 1008p for RRS
2. HWC is initilized with 1008p to avoid to switch resolution
when boot animation is almost over.
Test: Boot w/ and w/o user selected configs and check the resolution
Bug: 243689199
Change-Id: I6f270e0068397ea2ece72e73b357d6870b4e2944
- Separate thermal config for charger mode and remove the unused thermal
throttling.
Bug: 272701980
Test: charging throttling worked properly in charger.
Change-Id: Ic8db468af99d11c24fb3ce074bad524ef1107bb9
This property prevents display high brightness mode from being triggered
due to HDR layers produced by camera.
Bug: 243688547
Change-Id: I8f3fd697c88c471a8b6890c209f84bb16d0600b6
To decouple init.insmod.${device}.cfg from HLOS,
it is moved to kernel repo and built in vendor_dlkm.img.
Also make init.rc to load it from vendor_dlkm/
Bug: 270603150
Test: Build image and flash, make sure modules are loaded.
Change-Id: Ib280bc587041531198052aae3f9dd05c1a0f975e
NS minimum dbv is based on EVT1.0, targeting 100 nits.
Bug: 268991972
Change-Id: I8fdfcd68e64f78fa618afc11acd02d13d2ae4e47
Signed-off-by: Shiyong Li <shiyongli@google.com>
If kernel supports FFD, it would be 0.8 frame.
Bug: 240216847
Test: UDFPS paper test
Change-Id: I32be131bfd8e7f92c0e91efef0ca286fae4d349c
Signed-off-by: Shiyong Li <shiyongli@google.com>
1. Set the LE Audio broadcast switcher property
2. Enable LE Audio broadcast profile
3. Add support for BLE Broadcast output in audio policy file
4. Add broadcast offload capability
Test: Manual
Tag: #feature
Bug: 268170293
Change-Id: I423d08442a99cf73535f5664f81c722c62b60996
Memory reclaim can be supported now that P23 devices run on
android14-5.15 kernel.
Bug: 264994862
Test: atest MicrodroidBenchmarks
Change-Id: Ibf7d11c48dfdbf90d966b3a7402afe34b682d7f2
1. Set the LE Audio unicast offload property
2. Add the offload capability file for unicast
Bug: 257377483
Test: Manual
Change-Id: If6233bfcefa8894f52d0a8c7799ffa5b6b786f53
Disable wireless charging during drain, usb charging,
and charger stress test
- vendor.disable.wlc 1
If device is placed onto dreamliner and shutdwon(drain out),
it would boot up by DC_CHG and keep shutdown(0%)-boot up
(by DC_CHG) continuously. To avoid this symptom, limit wireless
current_max as 75000 after device boot up
- persist.vendor.limit.wlc.current=1
How to verify:
adb shell setprop vendor.disable.wlc 1
adb shell cat /sys/class/power_supply/wireless/online >>>> 0
adb shell setprop persist.vendor.limit.wlc.current 1
adb shell cat /sys/class/power_supply/dc/current_max >>>> 75000
Bug: 261948834
Test: set the property manually and query the result from file node.
Change-Id: I5bcf9baeb2818b439520167b518b2e5c5224d7e2
Signed-off-by: Ken Tsou <kentsou@google.com>
(synced from commit 4c821c04fc25b026f5fc8e9301758bf87dbb4a3e)
Remove tpu_cooling as it is not yet available
Bug: 254108562
Test: Build and boot on device. Check thermal service
Signed-off-by: Sayanna Chandula <sayanna@google.com>
Change-Id: If89ba01d1d2a2280b4c3bb26b97124e8e1e53fcc
Update actuator model and chirp constants for vibrator hal.
Bug: 259350649
Test: atest VibratorHalCs40l26TestSuite
Change-Id: I9560fff6c3de2cd4b6a7d494948232042e411910
Signed-off-by: Chris Paulo <chrispaulo@google.com>
This allows display driver to decide when to drop down to lower
refresh rate in order to save power.
Bug: 247465185
Test: capture a trace to check the idle timing
Change-Id: I54862346dae4dd7402ed4ab6246377fc02a17c43