1. 24 3月, 2021 1 次提交
  2. 20 3月, 2021 1 次提交
  3. 19 3月, 2021 3 次提交
  4. 15 3月, 2021 2 次提交
  5. 02 2月, 2021 2 次提交
  6. 30 1月, 2021 1 次提交
  7. 26 1月, 2021 1 次提交
  8. 20 1月, 2021 1 次提交
  9. 13 1月, 2021 2 次提交
  10. 12 10月, 2020 5 次提交
  11. 01 10月, 2020 1 次提交
  12. 18 8月, 2020 1 次提交
    • J
      drm/i915/display: Implement HOBL · 81619f4a
      José Roberto de Souza 提交于
      Hours Of Battery Life is a new GEN12+ power-saving feature that allows
      supported motherboards to use a special voltage swing table for eDP
      panels that uses less power.
      
      So here if supported by HW, OEM will set it in VBT and i915 will try
      to train link with HOBL vswing table if link training fails it fall
      back to the original table.
      
      intel_ddi_dp_preemph_max() was optimized to only check the HOBL flag
      instead of do something like is done in intel_ddi_dp_voltage_max()
      because it is only called after the first entry of the voltage swing
      table was loaded so the HOBL flag is valid at that point.
      
      v3:
      - removed a few parameters of icl_ddi_combo_vswing_program() that
      can be taken from encoder
      
      v4:
      - using the HOBL vswing table until training fails completely (Ville)
      
      v5:
      - not reducing lane or link rate when link training fails with HOBL
      active
      - duplicated the HOBL voltage swing entry to match DP spec requirement
      
      v6:
      - removed the optional VS 3 & pre-emp 0 from HOBL table
      - changed from u8:1 to bool to store hobl_failed/active
      
      BSpec: 49291
      BSpec: 49399
      Reviewed-by: NVille Syrjälä <ville.syrjala@linux.intel.com>
      Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
      Cc: Animesh Manna <animesh.manna@intel.com>
      Cc: Manasi Navare <manasi.d.navare@intel.com>
      Signed-off-by: NJosé Roberto de Souza <jose.souza@intel.com>
      Link: https://patchwork.freedesktop.org/patch/msgid/20200715175637.33763-1-jose.souza@intel.comSigned-off-by: NRodrigo Vivi <rodrigo.vivi@intel.com>
      81619f4a
  13. 14 7月, 2020 1 次提交
  14. 26 6月, 2020 1 次提交
  15. 03 6月, 2020 3 次提交
  16. 08 4月, 2020 1 次提交
  17. 11 2月, 2020 1 次提交
  18. 07 8月, 2019 1 次提交
  19. 17 6月, 2019 1 次提交
  20. 30 4月, 2019 1 次提交
  21. 08 4月, 2019 1 次提交
  22. 17 1月, 2019 1 次提交
  23. 18 10月, 2018 1 次提交
  24. 10 10月, 2018 1 次提交
  25. 26 7月, 2018 1 次提交
  26. 24 7月, 2018 2 次提交
  27. 15 6月, 2018 1 次提交
  28. 26 4月, 2018 1 次提交