1. 14 2月, 2018 1 次提交
  2. 10 2月, 2018 1 次提交
  3. 20 1月, 2018 1 次提交
  4. 28 11月, 2017 1 次提交
  5. 22 9月, 2017 1 次提交
  6. 19 9月, 2017 2 次提交
  7. 13 9月, 2017 1 次提交
  8. 12 9月, 2017 1 次提交
  9. 16 8月, 2017 1 次提交
  10. 07 8月, 2017 1 次提交
  11. 04 8月, 2017 1 次提交
  12. 27 7月, 2017 1 次提交
  13. 12 6月, 2017 3 次提交
  14. 03 6月, 2017 1 次提交
  15. 10 5月, 2017 1 次提交
  16. 09 2月, 2017 1 次提交
  17. 13 12月, 2016 3 次提交
  18. 12 12月, 2016 1 次提交
  19. 02 12月, 2016 1 次提交
  20. 17 11月, 2016 2 次提交
  21. 10 10月, 2016 2 次提交
  22. 20 9月, 2016 2 次提交
  23. 29 8月, 2016 1 次提交
  24. 15 7月, 2016 1 次提交
  25. 08 7月, 2016 1 次提交
  26. 05 7月, 2016 1 次提交
  27. 04 7月, 2016 1 次提交
  28. 24 6月, 2016 1 次提交
  29. 19 6月, 2016 1 次提交
  30. 17 5月, 2016 2 次提交
  31. 26 4月, 2016 1 次提交
    • Y
      drm/i915: Add Backlight Control using DPCD for eDP connectors (v9) · e7156c83
      Yetunde Adebisi 提交于
      This patch adds support for eDP backlight control using DPCD registers to
      backlight hooks in intel_panel.
      
      It checks for backlight control over AUX channel capability and sets up
      function pointers to get and set the backlight brightness level if
      supported.
      
      v2: Moved backlight functions from intel_dp.c into a new file
      intel_dp_aux_backlight.c. Also moved reading of eDP display control
      registers to intel_dp_get_dpcd
      
      v3: Correct some formatting mistakes
      
      v4: Updated to use AUX backlight control if PWM control is not possible
      	(Jani)
      v5: Moved call to initialize backlight registers to dp_aux_setup_backlight
      v6: Check DP_EDP_BACKLIGHT_PIN_ENABLE_CAP is disabled before setting up AUX
      backlight control. To fix BLM_PWM_ENABLE igt test warnings on bdw_ultra
      v7: Add enable_dpcd_backlight module parameter.
      v8: Rebase onto latest drm-intel-nightly branch
      v9: Remove changes to intel_dp_dpcd_read_wake
          Split addition edp_dpcd variable into a separate patch
      
      Cc: Bob Paauwe <bob.j.paauwe@intel.com>
      Cc: Jani Nikula <jani.nikula@intel.com>
      Signed-off-by: NYetunde Adebisi <yetundex.adebisi@intel.com>
      [Jani: whitepace changes to appease checkpatch]
      Signed-off-by: NJani Nikula <jani.nikula@intel.com>
      Link: http://patchwork.freedesktop.org/patch/msgid/1459865452-9138-4-git-send-email-yetundex.adebisi@intel.com
      e7156c83