Skip to content
Snippets Groups Projects
  1. 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
  2. Apr 19, 2019
  3. Mar 23, 2019
  4. Feb 26, 2019
    • Michael Bestas's avatar
      msm8953-common: Set TARGET_PROVIDES_QTI_TELEPHONY_JAR · a03b8bf1
      Michael Bestas authored
      * Avoids the following warnings on every single rebuild of anything:
      build/core/Makefile:28: warning: overriding commands for target
       `/out/lineage-16.0/target/product/gemini/system/framework/qti-telephony-common.jar'
      build/core/base_rules.mk:412: warning: ignoring old commands for target
       `/out/lineage-16.0/target/product/gemini/system/framework/qti-telephony-common.jar'
      
      Change-Id: Idffe1a95d5ddac0ef3d6c74e3d55293b553e51ba
      a03b8bf1
    • Artem Borisov's avatar
      msm8953-common: Add QC RIL service support · 77cc799c
      Artem Borisov authored
      * Remove android.hardware.radio.deprecated from manifest
      * Pin modified qcrild.rc
      
      Change-Id: I79e1242fe1de021905caddf5ed1085b2ec0c1146
      77cc799c
  5. Feb 12, 2019
  6. Jan 09, 2019
  7. Jan 03, 2019
  8. Dec 31, 2018
  9. Dec 30, 2018
  10. Jul 16, 2018
  11. Jun 29, 2018
    • Michael Bestas's avatar
      msm8953-common: Get rid of recovery-only fstab · 58d5c19d
      Michael Bestas authored
       * Mounting /system and /vendor partitions is handled in kernel now,
         however removing the entries from fstab caused issues building
         the OTA. The workaround was to have a separate fstab, but turns out
         that simply setting the recoveryonly flag does the trick because
         those are then ignored during a normal Android boot.
      
      Change-Id: I4dec55a9e64d21f04d88b8664a58ce054e6e682c
      58d5c19d
  12. Jun 11, 2018
  13. May 10, 2018
  14. Mar 13, 2018
  15. Mar 08, 2018
  16. Mar 03, 2018
  17. Feb 18, 2018
Loading