1. Add the new Bluetooth SAR table as default table for ROW (default fall
back version when there is no SKU+RegDomain match in other csvs).
2. Rename bluetooth_power_limits_redfin_ce.csv to
bluetooth_power_limits_redfin_eu.csv
Bug: 158774295
Test: Manual
Change-Id: Ib3f43978ee2ac86d46ab4e66635039d7ec66b9f2
Rename the Bluetooth SAR table file name according to the Regulatory
domain.
Bug: 156994868
Test: Manual
Change-Id: I1f3ac204f8932c0e497943e092b74e279ac9246a
This Bluetooth SAR table is tuned by the Antenna and RF teams
and is used for the certification test.
Bug: 156994868
Test: Manual
Change-Id: Ied2ac2185ffb62c468327e48339f070f5bf2c51d
Disable wireless charging during drain, usb charging,
and charger stress test
- vendor.disable.wlc 1
If device put onto dreamliner and shutdwon(drain out),
it would boot up by DC_CHG and keep shutdown(0%)-boot up
(by DC_CHG) continously. 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: 117845723
Test: set the property manually and query the result from file node.
Signed-off-by: Jack Wu <wjack@google.com>
Signed-off-by: Maggie White <maggiewhite@google.com>
Change-Id: Ic5791c53f735caa19c73bae750651d774c0d4615
(cherry picked from commit bff033f25b8b41bc28b37d86b3c3ab3bb4deb3fb)
Disable debugfs only to pass VINTF compliance for user build
and keep other debug capability still.
Bug: 155999580
Test: compile and check kernel config
Change-Id: Ie60d050f8a1771f07085f22e8bbd67e9323ca199
The FPS deferral property allows deferring clock/bandwidth votes
when switching from high refresh rate to low in case hardware
takes some extra time to change refresh rate.
Bug: 152468927
Bug: 154607334
Test: 60/90 switching, no noise line
Test: systrace to check vsync period
Change-Id: I47284578d13c203b14b3213081faf258dd9a542b
CONFIG_DEBUG_FS is not allowed to be enabled as kernel config
in user builds but is allowed for userdebug builds. Disable
CONFIG_DEBUG_FS in performance kernel and select it for user build.
Bug: 149437148
Test: compile and check kernel config
Change-Id: I184287a0c92b126c8b0d68fa6fdea5e4be48f419
Remove QC thermal-engine because we migrate thermal throttling to thermal core driver
Bug: 119196930
Test: confirm thermal-engine related files are removed
Change-Id: Ibb218e696f4bfdc6f709698a2cf7cb11f05073d6
Signed-off-by: TeYuan Wang <kamewang@google.com>
B5/R3 has different config on mic control
Bug: 152833071
Test: local test
Signed-off-by: yixuanjiang <yixuanjiang@google.com>
Change-Id: Ifefd633e3b533b233a882b696c669ee254322848
From component reliability test results, the actuator
operating life is lower in low temperature.
Thus, we changed the voltage when device in a low
temperature to expand the actuator operating life.
Temperature rule:
> 10°C : Switch to "Normal Intensity" => Depends on each device's K file
5 ~ 10°C: This is a buffer period. Keep current voltage setting.
< 5°C: Switch to "Low Bound Intensity" => ~1.8 Vpeak(od_clamp=90), sine wave, F0-10.
Bug: 151063347
Test: remove vibrator properties and test VTS items
Signed-off-by: chasewu <chasewu@google.com>
Change-Id: Ie0d22e561aca94a3b61f5e42ddf50ca4a991bda2
The FPS deferral property allows deferring clock/bandwidth votes when
switching from high refresh rate to low in case hardware takes some
extra time to change refresh rate.
Bug: 144749607
Test: check bus voting during refresh rate switching
Change-Id: Iccaf74616baf64bfe9b2e21957d9e19a43915eb3
In the previous projects, only edge sensor
used this trigger effect.
However, edge sensor did not involve in this project,
we decide to remove trigger effect support.
Bug: 149672999
Test: manual check logs
Signed-off-by: chasewu <chasewu@google.com>
Change-Id: I393a94d06005f0d4f0c4a28f33aed4edd5dc8d1d
In Android R, the SurfaceFlinger calculate phase offsets
based on duration. Thus, this does not need to define
specific phase offsets for high refresh rate.
Bug: 143933518
Bug: 142222407
Test: scrolling, app launching/closing, playing video
Change-Id: I5d07af4b505a205060885ac90b4271a8441ffde5
Moved vendor overlays for Redfin
to support backwards compatability.
Bug: 148390250
Test: Built redfin
Change-Id: I058a941658919eb8888c5a885b58d30d122077a0
Reference the delta from the leading project.
Bug: 148918900
Test: manual haptics function check and logs
Change-Id: I777d3295a7a92e2ce8547b85886038cfbe32ac5a
Signed-off-by: chasewu <chasewu@google.com>
Reference the delta from the leading project.
Bug: 148918900
Test: manual haptics function check and logs
Change-Id: I777d3295a7a92e2ce8547b85886038cfbe32ac5a
Signed-off-by: chasewu <chasewu@google.com>