1. 28 3月, 2012 1 次提交
    • D
      drm/i915/intel_i2c: refactor using intel_gmbus_get_adapter · 3bd7d909
      Daniel Kurtz 提交于
      Instead of letting other modules directly access the ->gmbus array,
      introduce intel_gmbus_get_adapter() for looking up an i2c_adapter
      for a given gmbus port identifier.  This will enable later refactoring
      of the gmbus port list.
      
      Note: Before requesting an adapter for a given gmbus port number, the
      driver must first check its validity using i2c_intel_gmbus_is_port_valid().
      If this check fails, a call to intel_gmbus_get_adapter() will WARN_ON and
      return NULL.  This is relevant for parts of the driver that read a port
      from VBIOS, which might be improperly initialized and contain an invalid
      port.  In these cases, the driver must fall back to using a safer default
      port.
      Signed-off-by: NDaniel Kurtz <djkurtz@chromium.org>
      Signed-off-by: NDaniel Vetter <daniel.vetter@ffwll.ch>
      3bd7d909
  2. 27 2月, 2012 1 次提交
  3. 15 2月, 2012 1 次提交
  4. 09 2月, 2012 1 次提交
  5. 13 1月, 2012 1 次提交
  6. 17 12月, 2011 1 次提交
  7. 21 10月, 2011 1 次提交
  8. 16 8月, 2011 1 次提交
  9. 09 8月, 2011 2 次提交
  10. 30 7月, 2011 1 次提交
  11. 05 6月, 2011 1 次提交
  12. 10 5月, 2011 1 次提交
  13. 06 4月, 2011 1 次提交
  14. 25 3月, 2011 1 次提交
  15. 16 2月, 2011 1 次提交
  16. 08 2月, 2011 1 次提交
  17. 06 2月, 2011 1 次提交
  18. 19 1月, 2011 2 次提交
  19. 15 1月, 2011 1 次提交
  20. 12 1月, 2011 2 次提交
  21. 06 12月, 2010 1 次提交
  22. 05 12月, 2010 2 次提交
  23. 01 12月, 2010 1 次提交
  24. 30 11月, 2010 1 次提交
  25. 09 11月, 2010 1 次提交
  26. 28 9月, 2010 1 次提交
  27. 24 9月, 2010 4 次提交
  28. 21 9月, 2010 3 次提交
  29. 18 9月, 2010 1 次提交
    • C
      drm/i915: use GMBUS to manage i2c links · f899fc64
      Chris Wilson 提交于
      Use the GMBUS interface rather than direct bit banging to grab the EDID
      over DDC (and for other forms of auxiliary communication with external
      display controllers). The hope is that this method will be much faster
      and more reliable than bit banging for fetching EDIDs from buggy monitors
      or through switches, though we still preserve the bit banging as a
      fallback in case GMBUS fails.
      
      Based on an original patch by Jesse Barnes.
      
      Cc: Jesse Barnes <jbarnes@virtuousgeek.org>
      Signed-off-by: NChris Wilson <chris@chris-wilson.co.uk>
      f899fc64
  30. 15 9月, 2010 1 次提交
  31. 14 9月, 2010 1 次提交