1. 28 2月, 2012 1 次提交
  2. 11 2月, 2012 2 次提交
  3. 09 2月, 2012 1 次提交
  4. 07 1月, 2012 1 次提交
  5. 17 12月, 2011 2 次提交
  6. 01 11月, 2011 1 次提交
  7. 21 10月, 2011 5 次提交
  8. 22 9月, 2011 1 次提交
  9. 20 9月, 2011 1 次提交
  10. 05 6月, 2011 1 次提交
  11. 18 5月, 2011 1 次提交
    • C
      drm/i915/sdvo: Reorder i2c initialisation before ddc proxy · 56184e3d
      Chris Wilson 提交于
      The ddc proxy depends upon the underlying i2c bus being selected. Under
      certain configurations, the i2c-adapter functionality is queried during
      initialisation and so may trigger an OOPS during boot. Hence, we need to
      reorder the initialisation of the ddc proxy until after we hook up the i2c
      adapter for the SDVO device.
      
      The condition under which it fails is when the i2c_add_adapter calls
      into i2c_detect which will attempt to probe all valid addresses on the
      adapter iff there is a pre-existing i2c_driver with the same class as
      the freshly added i2c_adapter.
      
      So it appears to depend upon having compiled in (or loaded such a
      module before i915.ko) an i2c-driver that likes to futz over the
      i2c_adapters claiming DDC support.
      Reported-by: NMihai Moldovan <ionic@ionic.de>
      Signed-off-by: NChris Wilson <chris@chris-wilson.co.uk>
      Reviewed-by: NKeith Packard <keithp@keithp.com>
      Signed-off-by: NKeith Packard <keithp@keithp.com>
      56184e3d
  12. 23 2月, 2011 1 次提交
  13. 22 2月, 2011 1 次提交
  14. 11 2月, 2011 1 次提交
  15. 10 2月, 2011 1 次提交
  16. 26 1月, 2011 3 次提交
  17. 12 1月, 2011 1 次提交
  18. 23 12月, 2010 1 次提交
  19. 17 12月, 2010 1 次提交
  20. 10 12月, 2010 1 次提交
  21. 25 11月, 2010 1 次提交
  22. 24 11月, 2010 1 次提交
  23. 22 11月, 2010 1 次提交
  24. 22 10月, 2010 2 次提交
  25. 19 10月, 2010 1 次提交
  26. 28 9月, 2010 1 次提交
  27. 24 9月, 2010 2 次提交
  28. 21 9月, 2010 1 次提交
  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 次提交