1. 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
  2. 27 2月, 2010 1 次提交
  3. 16 1月, 2010 2 次提交
  4. 13 1月, 2010 1 次提交
  5. 17 12月, 2009 1 次提交
  6. 08 12月, 2009 2 次提交
  7. 02 12月, 2009 3 次提交
  8. 01 12月, 2009 1 次提交
  9. 06 11月, 2009 1 次提交
  10. 20 10月, 2009 1 次提交
  11. 21 9月, 2009 1 次提交
  12. 09 9月, 2009 1 次提交
  13. 25 8月, 2009 1 次提交
  14. 30 7月, 2009 3 次提交
  15. 02 7月, 2009 1 次提交
  16. 19 6月, 2009 4 次提交