1. 12 6月, 2017 1 次提交
  2. 03 6月, 2017 1 次提交
  3. 10 5月, 2017 1 次提交
  4. 09 2月, 2017 1 次提交
  5. 13 12月, 2016 3 次提交
  6. 12 12月, 2016 1 次提交
  7. 02 12月, 2016 1 次提交
  8. 17 11月, 2016 2 次提交
  9. 10 10月, 2016 2 次提交
  10. 20 9月, 2016 2 次提交
  11. 29 8月, 2016 1 次提交
  12. 15 7月, 2016 1 次提交
  13. 08 7月, 2016 1 次提交
  14. 05 7月, 2016 1 次提交
  15. 04 7月, 2016 1 次提交
  16. 24 6月, 2016 1 次提交
  17. 19 6月, 2016 1 次提交
  18. 17 5月, 2016 2 次提交
  19. 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
  20. 19 4月, 2016 1 次提交
    • J
      drm/i915: Clean up PCI config register handling · e10fa551
      Joonas Lahtinen 提交于
      Do not use magic numbers, do not prefix stuff with "PCI_", do not
      declare registers in implementation files. Also move the PCI
      registers under correct comment in i915_reg.h.
      
      v2:
      - Consistently use BSM (not BDSM or other variants from PRM) (Chris)
      - Also include register address to help identify the register (Chris)
      v3:
      - Refer to register value as *_val instead of *_reg (Chris)
      v4:
      - Make style checker happy
      
      Cc: Jani Nikula <jani.nikula@intel.com>
      Cc: Chris Wilson <chris@chris-wilson.co.uk>
      Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
      Reviewed-by: NChris Wilson <chris@chris-wilson.co.uk>
      Signed-off-by: NJoonas Lahtinen <joonas.lahtinen@linux.intel.com>
      e10fa551
  21. 17 3月, 2016 1 次提交
  22. 04 3月, 2016 2 次提交
  23. 18 12月, 2015 1 次提交
  24. 16 12月, 2015 1 次提交
  25. 10 12月, 2015 1 次提交
  26. 02 12月, 2015 6 次提交
  27. 29 10月, 2015 1 次提交
  28. 13 10月, 2015 1 次提交