1. 10 4月, 2010 1 次提交
    • Z
      drm/i915: change intel_ddc_get_modes() function parameters · 335af9a2
      Zhenyu Wang 提交于
      This one replaces original param for intel_ddc_get_modes() with
      DRM connector and i2c bus adapter instead. With explicit params,
      we won't require that a single driver structure must hold connector
      and DDC bus reference, which ease the conversion to splitted encoder/
      connector model.
      
      It also clears up for some cases that we would steal other DDC bus
      for mode probe, like VGA analog DDC probe for DVI-I. Also it fixed
      a bug in old DVI-I probe handling, that failed to restore origin
      analog GPIO port.
      Signed-off-by: NZhenyu Wang <zhenyuw@linux.intel.com>
      Signed-off-by: NEric Anholt <eric@anholt.net>
      335af9a2
  2. 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
  3. 27 2月, 2010 1 次提交
  4. 16 1月, 2010 2 次提交
  5. 13 1月, 2010 1 次提交
  6. 17 12月, 2009 1 次提交
  7. 08 12月, 2009 2 次提交
  8. 02 12月, 2009 3 次提交
  9. 01 12月, 2009 1 次提交
  10. 06 11月, 2009 1 次提交
  11. 20 10月, 2009 1 次提交
  12. 21 9月, 2009 1 次提交
  13. 09 9月, 2009 1 次提交
  14. 25 8月, 2009 1 次提交
  15. 30 7月, 2009 3 次提交
  16. 02 7月, 2009 1 次提交
  17. 19 6月, 2009 4 次提交