1. 12 Apr, 2010 27 commits
  2. 09 Apr, 2010 7 commits
  3. 10 Apr, 2010 2 commits
  4. 03 Apr, 2010 1 commit
  5. 25 Mar, 2010 3 commits
    • Eric Anholt's avatar
    • Eric Anholt's avatar
      drm/i915: Rename intel_output to intel_encoder. · 21d40d37
      Eric Anholt authored
      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: default avatarEric Anholt <eric@anholt.net>
      21d40d37
    • Daniel Vetter's avatar
      agp/intel: intel_845_driver is an agp driver! · 5e64499f
      Daniel Vetter authored
      ... not a GTT driver. So the additional chipset flush introduced in
      
      commit 2162e6a2
      Author: Dave Airlie <airlied@redhat.com>
      Date:   Wed Nov 21 16:36:31 2007 +1000
      
          agp/intel: Add chipset flushing support for i8xx chipsets.
      
      to fix a GTT problem makes absolutely no sense. If this would really be needed
      for AGP chipsets, too, we should add it to all i8xx agp drivers, not just one.
      Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
      Signed-off-by: default avatarEric Anholt <eric@anholt.net>
      5e64499f