Skip to content
Snippets Groups Projects
  1. Apr 06, 2022
  2. Apr 05, 2022
  3. Apr 01, 2022
  4. Mar 30, 2022
  5. Mar 29, 2022
  6. Mar 28, 2022
  7. Mar 25, 2022
    • Martin Liu's avatar
      set swiotlb as noforce · 0f4fbe60
      Martin Liu authored
      
      There is no swiotlb usage so we can append noforce to
      remove 2MB reserved memory.
      
      Bug: 226578178
      Test: check total memory and io_tlb_nslabs
      Signed-off-by: default avatarMartin Liu <liumartin@google.com>
      Change-Id: I746e8a1d18d78243bfe6a0b7549d5cf09cc4e227
      0f4fbe60
  8. Mar 24, 2022
    • Speth Chang's avatar
      WAR: set MIF floor to 2G when GCA capture · 9eb76e0f
      Speth Chang authored
      Due to b/214429812, QURGENT currently is not working properly, and cause
      easily see EBUF full when capture on GCA. Temporary increase MIF clock to
      mitigate memory interface congestion. We should revert this when
      b/214429812 fixed.
      
      Bug: 223734867
      Test: P22 GCA capture
      Change-Id: I0cc16d5bd83cb23462147c44547077665bc1dc73
      9eb76e0f
    • Omer Osman's avatar
      Include libspatialaudio and librondo in product builds · d2cbdf2b
      Omer Osman authored
      Test: Spatialized audio (including headtracking) with Pixel Buds and
      multichannel mp4 file playback
      
      Change-Id: I4f216aff07c25f80337ea07470983c4ae1e48efb
      d2cbdf2b
    • chungkai's avatar
      sched: move sysfs to procfs · df927bb9
      chungkai authored
      
      Modify the path of vendor_sched nodes
      
      Test: powerhal work normally
      Bug: 216207007
      Signed-off-by: default avatarchungkai <chungkai@google.com>
      Change-Id: I0f499fac276fbdd3bf965bdd8c81bc4c4e7f48c4
      df927bb9
    • Tai Kuo's avatar
      vibrator: enable composePwle · 8f7d06bb
      Tai Kuo authored
      Bug: 193784220
      Test: adb shell getprop | grep vibrator
      Test: adb shell dumpsys vibrator_manager
      Test: adb shell dumpsys android.hardware.vibrator.IVibrator/default
      Test: atest VtsHalVibratorTargetTest
      Change-Id: I66b109d67400cf6382b23c0969726031d38b2697
      8f7d06bb
  9. Mar 23, 2022
    • Victor Liu's avatar
      uwb: Increase CCC uwbtime0 delay · 16c5cab3
      Victor Liu authored
      
      Delay between NFC start and kernel has increased
      This patchs update this delay to avoid lock at start
      
      Bug: 223228405
      Signed-off-by: default avatarVictor Liu <victorliu@google.com>
      Change-Id: I1c91c73e420315e67ecfb076f90a0fcc20deb3fe
      16c5cab3
    • Peter Liu's avatar
      Camera: Update target load for high streaming case · 8f0dc7db
      Peter Liu authored
      Update target load due to Pro mid CPU
      this hint impact the high streaming use case like 60fps / 120fps and
      240fps.
      
      Bug: 222570798
      
      Test:
      1080p60 frame drops: 0.3% (before 3%)
      slow mo 8x: frame drop 0%. 300mW saving on mem path
      
      GCA test
      CTS no regression
      Passed:Tests Passed: 358, Failed: 4, Not found: 0, Status unknown: 0
      
      Change-Id: Ie53f6eaadadf3540cf9a7b6cf7b801d46e943098
      8f0dc7db
    • William Tai's avatar
      P22: update display blocking zone for EVT1.0 · 8489809c
      William Tai authored
      C10:
      zone condition(5 nits, 5 Lux) in 120Hz
      P10:
      zone1 condition(20 nits) in 90Hz
      zone2 condition(25 nits, 20 Lux) in 90Hz
      
      Bug: 220878644
      Change-Id: Id8c94230c070812093600f32e7326d8550794f6d
      8489809c
    • Jasmine Cha's avatar
      audio: update waves preset · 63c82ed9
      Jasmine Cha authored
      
      Change List & Tuning Notes
      1. Iteration to mitigate the subjective difference between
         2.5A & 1.8A(BAACL throttle) waves tunings.
      2. Speaker-safe mode is updated accordingly.
      
      Bug: 203794965
      Test: manual test (b/203794965#comment13)
      
      Signed-off-by: default avatarJasmine Cha <chajasmine@google.com>
      Change-Id: I1a1ebd5a3080c7ea93d5592d82d78533d01103cc
      63c82ed9
    • Sayanna Chandula's avatar
      thermal: update C10 and P10 v4 thermal coefficients · 3baae0f8
      Sayanna Chandula authored
      
      Update C10 and P10 thermal configurations with v4 coefficients
      
      Bug: 223909968
      Test: Build and boot on device. Check thermal configuration at
      /vendor/etc/thermal_info_config.json
      Signed-off-by: default avatarSayanna Chandula <sayanna@google.com>
      Change-Id: Iad867590122f5c16667ba020f98799c952b3176c
      3baae0f8
    • Joshua Mccloskey's avatar
      Devices will not skip lockscreen after face unlock · 181a35eb
      Joshua Mccloskey authored
      Test: Verified after face authentication is done, the lockscreen
      is not skipped.
      Fixes: 219634181
      
      Change-Id: Ife19c5b6ac60c60d6cc6f68f32dc6755426043b0
      181a35eb
  10. Mar 22, 2022
  11. Mar 18, 2022
    • Yung Ti Su's avatar
      Add LE audio hardware offload property · 46e193ec
      Yung Ti Su authored
      
      Add these property for the development on userdebug and eng only on P22.
      
      Test: manual
      
      Signed-off-by: default avatarYung Ti Su <andysu@google.com>
      Change-Id: Ic80ffbbfdcafda4bba9ed6edf01002d3db7e0c0b
      46e193ec
    • Yung Ti Su's avatar
      Seperate audio_policy_configuration for a2dp and le · 3ff3a57e
      Yung Ti Su authored
      
      If ro.bluetooth.a2dp_offload.supported == true AND persist.bluetooth.a2dp_offload.disabled == true
      use audio_policy_configuration_a2dp_offload_disabled.xml (a2dp X LE X)
      
      If ro.bluetooth.a2dp_offload.supported == true AND persist.bluetooth.a2dp_offload.disabled == false AND
      (ro.bluetooth.leaudio_offload.supported == false OR persist.bluetooth.leaudio_offload.disabled == true)
      use audio_policy_configuration_le_offload_disabled.xml (a2dp O LE X)
      
      If ro.bluetooth.a2dp_offload.supported == true AND persist.bluetooth.a2dp_offload.disabled == false AND
      ro.bluetooth.leaudio_offload.supported == true AND persist.bluetooth.leaudio_offload.disabled == false
      use default audio_policy_configuration.xml (a2dp O LE O)
      
      Note:
      The above settings are based on ro.bluetooth.a2dp_offload.supported == true condition
      If ro.bluetooth.a2dp_offload.supported == false, the content of the default audio_policy_configuration.xml
      file must be replaced by audio_policy_configuration_a2dp_offload_disabled.xml on the target
      
      Test: manual
      
      Signed-off-by: default avatarYung Ti Su <andysu@google.com>
      Change-Id: I4a9bd45c1341100217ab32fd81f7421af00e059d
      3ff3a57e
    • jonerlin's avatar
      bt: support Sar backoff high resolution command in P22 projects · 3275b689
      jonerlin authored
      * set SarBackOffHighResolution = true for support power index
        from 0 to 80 for setting backoff in 0.25 dB step
      
      Bug: 170369474
      Test: sending sar command with power cap index between 20 ~ 80 and
      confirm the SAR backoff is workable.
      
      Change-Id: I56d75abcff55e93554bf656fff164b861fe0e3c2
      3275b689
    • Carter Hsu's avatar
      audio: add recording debug files · 8eb01691
      Carter Hsu authored
      
      Bug: 221964481
      Test: build pass
      Signed-off-by: default avatarCarter Hsu <carterhsu@google.com>
      Change-Id: I63e7dff97cd48ec337de2f70d2746e28afc19a57
      8eb01691
  12. Mar 17, 2022
    • Ken Tsou's avatar
      battery: disable wireless for pts battery test · 27b511c3
      Ken Tsou authored
      
      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: 204211357
      Test: set the property manually and query the result from file node.
      Change-Id: I3ae2460f964b12924c3432d7f84203e2d802aa5f
      Signed-off-by: default avatarKen Tsou <kentsou@google.com>
      (synced from commit 6e0bb1cb11b05768d04767e85cd28eaef212f305)
      27b511c3
  13. Mar 16, 2022
Loading