Skip to content
Snippets Groups Projects
  1. Apr 21, 2022
  2. Apr 20, 2022
    • chungkai's avatar
      fix path for i2c peripheral device · a0b3ae54
      chungkai authored
      
      add potential paths for i2c peripheral devices
      sine we enable parallel module loading
      
      Test: without error log on P10 when booting
      Bug: 227541760
      Signed-off-by: default avatarchungkai <chungkai@google.com>
      Change-Id: I2afcf5d9255cd821a3bb9136d032b82782f396b3
      a0b3ae54
    • Jimmy Shiu's avatar
      powerhint: Add Adpf Profiles · 06a00938
      Jimmy Shiu authored
      Add Adpf Profiles:
      1. REFRESH_120FPS
      2. REFRESH_90FPS
      3. REFRESH_60FPS
      4. UiHighBoostWithoutPid
      5. UiLowBoostWithoutPid
      6. UiLowNoneBoost
      
      Bug: 202158746
      Test: boot to home
      
      Change-Id: Ia6b48077dad9f9cf6e10eebcd06e080ae07f75d7
      06a00938
  3. Apr 19, 2022
  4. Apr 15, 2022
    • Carter Hsu's avatar
      audio: update Fortemedia tuning 0415 · 6715af9b
      Carter Hsu authored
      
      FM table Changelist:
      1. P10 HA NB/WB/SWB : FFP parameter update(enable)
      2. P10C10 HH NB/WB/SWB:
           (1) TX/RX fine tune for phone call quality
           (2) FFP parameter update (enable)
           (3) Enable Stereo spk in reserve2
      3. P10C10 HE NB/WB/SWB:
          (1) Enable Stereo spk in reserve2
      4. Align same parameter
           (1) Handsfree TX to VCO TX/ BT-HAC TX/ Headphone TX
           (2) Handsfree RX to HCO RX
      
      Bug: 216258666
      Test: build pass
      Signed-off-by: default avatarCarter Hsu <carterhsu@google.com>
      Change-Id: I50ec916280b96d631f1b656d6c1a0a96d324408f
      6715af9b
  5. Apr 13, 2022
    • Ted Wang's avatar
      Change Timesync node owner to Bluetooth · 26b24cdf
      Ted Wang authored
      This patch change owner of Bluetooth Timesync node to be Bluetooth to
      allow Bluetooth HAL to read controller timestamp data via this node.
      
      Bug: 226659256
      Test: make
      Change-Id: I70010daf45186235a48633355b5641b38597b2d6
      26b24cdf
  6. Apr 12, 2022
  7. Apr 11, 2022
  8. Apr 08, 2022
  9. Apr 07, 2022
  10. Apr 06, 2022
  11. Apr 05, 2022
  12. Apr 01, 2022
    • Victor Liu's avatar
      uwb: update aoa_capability in calibration file · d36f9382
      Victor Liu authored
      
      Test: builds
      Bug: 227427724
      Signed-off-by: default avatarVictor Liu <victorliu@google.com>
      Change-Id: I9d5d5ad6a89ec2081993e02d00eebe5f3e678831
      d36f9382
    • Jasmine Cha's avatar
      audio: update FM table · ae824a50
      Jasmine Cha authored
      
      FM table Changelist:
      
      C10P10
      1. Parameter version update from 1.2.0 to 1.2.1
      2. Headset BB
          Disable FFP for NB/WB to avoid low RLR issue (ST solution)
      3. Headset TTY Full and HCO
          Set AEC_NUM_CH to be 0x0001 (Original is 0x0000) to make TX work properly.
      4. BT
          Disable low latency mode on BTNB-NB and BTNB_NREC-NB to avoid TX clipping/distortion issue (ST solution)
      5. HHNB/WB/SWB  NS parameter update for v603
      6. HHNB/WB/SWB RX fune tuing for power consuming
      7. Align same parameter
         (1) Handsfree TX to VCO TX/ BT-HAC TX/ Headphone TX
         (2) Handsfree RX to HCO RX
      
      Bug: 216258666
      Test: b/216258666#comment19
      
      Signed-off-by: default avatarJasmine Cha <chajasmine@google.com>
      Change-Id: I583bda3772be7a667aed2b0c8fb34249b3223c9e
      ae824a50
    • David Li's avatar
      Revert "audio: add dynamics processing effect to audio_effects.xml" · 12775d11
      David Li authored
      This reverts commit 9e36616a.
      
      Reason for revert: disable offload DPE
      
      Change-Id: Iecd1079a625094b322f672846c4cd1517c853827
      12775d11
  13. Mar 30, 2022
  14. Mar 29, 2022
  15. Mar 28, 2022
  16. 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
  17. 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
  18. 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
  19. Mar 22, 2022
Loading