1. 27 2月, 2014 1 次提交
    • T
      drm/dp: Add AUX channel infrastructure · c197db75
      Thierry Reding 提交于
      This is a superset of the current i2c_dp_aux bus functionality and can
      be used to transfer native AUX in addition to I2C-over-AUX messages.
      
      Helpers are provided to read and write the DPCD, either blockwise or
      byte-wise. Many of the existing helpers for DisplayPort take a copy of a
      portion of the DPCD and operate on that, without a way to write data
      back to the DPCD (e.g. for configuration of the link).
      
      Subsequent patches will build upon this infrastructure to provide common
      functionality in a generic way.
      Reviewed-by: NAlex Deucher <alexander.deucher@amd.com>
      Reviewed-by: NJani Nikula <jani.nikula@intel.com>
      Signed-off-by: NThierry Reding <treding@nvidia.com>
      ---
      Changes in v5:
      - move comments partially to struct drm_dp_aux_msg in header file
      - return -EPROTO on short reads in DPCD helpers
      
      Changes in v4:
      - fix a typo in a comment
      
      Changes in v3:
      - reorder drm_dp_dpcd_writeb() arguments to be more intuitive
      - return number of bytes transferred in drm_dp_dpcd_write()
      - factor out drm_dp_dpcd_access()
      - describe error codes
      c197db75
  2. 18 12月, 2013 2 次提交
  3. 09 10月, 2013 1 次提交
  4. 01 10月, 2013 2 次提交
  5. 18 7月, 2013 1 次提交
  6. 28 11月, 2012 1 次提交
  7. 23 10月, 2012 6 次提交
  8. 03 10月, 2012 3 次提交
  9. 26 9月, 2012 3 次提交
  10. 22 5月, 2012 2 次提交
  11. 02 11月, 2011 1 次提交
  12. 21 10月, 2011 2 次提交
    • J
      drm/i915: add DP test request handling · a60f0e38
      Jesse Barnes 提交于
      DPCD 1.1+ adds some automated test infrastructure support.  Add support
      for reading the IRQ source and jumping to a test handling routine if
      needed.  Subsequent patches will handle particular tests; this patch
      just ACKs any requested tests by default.
      Signed-off-by: NJesse Barnes <jbarnes@virtuousgeek.org>
      Signed-off-by: NKeith Packard <keithp@keithp.com>
      a60f0e38
    • B
      drm: Add Panel Self Refresh DP addresses · b73fe58c
      Ben Widawsky 提交于
      Add the addresses and definitions I care about for Panel Self Refresh, as
      documented in the eDP spec.
      
      I'm sending these out before some other patches because this should be a fairly
      simple one to get upstream and not require too much fuss (where the others may
      have some fuss).
      
      This file is a mess with white spacing. I tried to stay consistent with the
      surrounding code.
      
      v2: had some silly mistakes in v1 which Keith caught
      
      Cc: Dave Airlie <airlied@redhat.com>
      Cc: Keith Packard <keithp@keithp.com>
      Signed-off-by: NBen Widawsky <ben@bwidawsk.net>
      Signed-off-by: NKeith Packard <keithp@keithp.com>
      b73fe58c
  13. 20 5月, 2011 1 次提交
  14. 08 10月, 2010 1 次提交
  15. 08 12月, 2009 4 次提交
  16. 19 6月, 2009 1 次提交