1. 14 7月, 2011 2 次提交
  2. 11 5月, 2011 2 次提交
  3. 13 4月, 2011 3 次提交
  4. 11 2月, 2011 1 次提交
  5. 08 2月, 2011 1 次提交
  6. 05 12月, 2010 1 次提交
  7. 23 9月, 2010 1 次提交
  8. 21 9月, 2010 1 次提交
  9. 14 9月, 2010 1 次提交
  10. 13 9月, 2010 1 次提交
  11. 12 9月, 2010 1 次提交
  12. 10 9月, 2010 2 次提交
  13. 08 9月, 2010 4 次提交
  14. 07 9月, 2010 1 次提交
  15. 22 8月, 2010 1 次提交
  16. 10 8月, 2010 1 次提交
  17. 02 8月, 2010 2 次提交
  18. 20 7月, 2010 1 次提交
  19. 20 4月, 2010 1 次提交
  20. 13 4月, 2010 2 次提交
  21. 10 4月, 2010 2 次提交
  22. 26 3月, 2010 1 次提交
    • E
      drm/i915: Rename intel_output to intel_encoder. · 21d40d37
      Eric Anholt 提交于
      The intel_output naming is inherited from the UMS code, which had a
      structure of screen -> CRTC -> output.  The DRM code has an additional
      notion of encoder/connector, so the structure is screen -> CRTC ->
      encoder -> connector.  This is a useful structure for SDVO encoders
      which can support multiple connectors (each of which requires
      different programming in the one encoder and could be connected to
      different CRTCs), or for DVI-I, where multiple encoders feed into the
      connector for whether it's used for digital or analog.  Most of our
      code is encoder-related, so transition it to talking about encoders
      before we start trying to distinguish connectors.
      
      This patch is produced by sed s/intel_output/intel_encoder/ over the
      driver.
      Signed-off-by: NEric Anholt <eric@anholt.net>
      21d40d37
  23. 08 1月, 2010 1 次提交
  24. 17 12月, 2009 1 次提交
  25. 02 12月, 2009 1 次提交
  26. 01 12月, 2009 2 次提交
  27. 06 11月, 2009 1 次提交
  28. 03 10月, 2009 1 次提交