Skip to content
Snippets Groups Projects
  1. Jun 09, 2019
  2. May 29, 2019
    • Artem Borisov's avatar
      msm8953-common: Disable ALMK and PPR on all targets · 4d4bbb03
      Artem Borisov authored
      * No matter how hard QC tried to improve these features, they still suffer
        from stability issues, mainly due to the unpredictable nature of vmpressure
        they rely on.
      
      Change-Id: Icd14c79298a3c268abffa06ed17a79dececf423a
      4d4bbb03
  3. May 25, 2019
  4. May 19, 2019
  5. May 17, 2019
    • Artem Borisov's avatar
      msm8953-common: Clear the recovery cache in persist on boot · 12307797
      Artem Borisov authored
      * Due to the way newer TWRP versions are behaving, our relatively small
        persist partition gets overfilled with recovery logs very quickly.
      * Let's just remove the recovery cache from persist on every boot to be sure
        that we always have enough space for anything that writes to persist.
      
      Change-Id: Id1502dfb5e504504601a21efb7812b84a7155e58
      12307797
  6. May 13, 2019
  7. May 12, 2019
    • Artem Borisov's avatar
      msm8953-common: Remove triple buffering and custom VSYNC offsets · d6edb5b6
      Artem Borisov authored
      * Historically, triple buffering was used to workaround missed VSYNC
        in GPU composition usecases on devices with high resolution panels.
        As a downside, an additional frame buffer increased input latency.
        Nowadays, most GPUs are fast enough to fit the VSYNC period, rendering
        triple framebuffers useless.
      * Custom VSYNC offsets are intended to reduce input latency at cost of
        increased sync error counts. Our values were never calculated properly
        and were just taken from another device instead. That led to jank in
        some usecases.
      
      Change-Id: I57ac4362ca28a9c128cc45c3f6e3734a24654955
      d6edb5b6
  8. Apr 30, 2019
    • Artem Borisov's avatar
      msm8953-common: Restart audio HIDL HAL after decryption · 45cf3123
      Artem Borisov authored
      * For some reason, booting with headphones plugged in results
        in a broken speaker output if FDE secure boot is enabled.
      * Restarting audio HAL after decryption seems to resolve the issue.
      
      Change-Id: Ie14b89841bf811f0fb09edb0a04fd28aafecde87
      45cf3123
  9. Apr 27, 2019
  10. Apr 20, 2019
    • Artem Borisov's avatar
      msm8953-common: Update fstab flags for f2fs · dce4603a
      Artem Borisov authored
      * Use fsync_mode=nobarrier to improve random write and fsync performance
      * Enable runtime discard to take advantage of asynchronous TRIM
      * Remove formattable flag to be sure we always have ext4 by default
      
      Change-Id: Ic7f6fbad178ef6251924e4414c660f4dbe1a8c44
      dce4603a
  11. Apr 19, 2019
  12. Apr 15, 2019
  13. Apr 13, 2019
  14. Apr 05, 2019
  15. Mar 30, 2019
Loading