1. 18 10月, 2008 2 次提交
  2. 25 8月, 2008 1 次提交
  3. 14 7月, 2008 1 次提交
    • D
      drm: reorganise drm tree to be more future proof. · c0e09200
      Dave Airlie 提交于
      With the coming of kernel based modesetting and the memory manager stuff,
      the everything in one directory approach was getting very ugly and
      starting to be unmanageable.
      
      This restructures the drm along the lines of other kernel components.
      
      It creates a drivers/gpu/drm directory and moves the hw drivers into
      subdirectores. It moves the includes into an include/drm, and
      sets up the unifdef for the userspace headers we should be exporting.
      Signed-off-by: NDave Airlie <airlied@redhat.com>
      c0e09200
  4. 19 6月, 2008 9 次提交
  5. 07 5月, 2008 1 次提交
  6. 26 4月, 2008 1 次提交
    • J
      drm/vbl rework: rework how the drm deals with vblank. · ac741ab7
      Jesse Barnes 提交于
      Other Authors: Michel Dänzer <michel@tungstengraphics.com>
      mga: Ian Romanick <idr@us.ibm.com>
      via: Thomas Hellstrom <thomas-at-tungstengraphics-dot-com>
      
      This re-works the DRM internals to provide a better interface for drivers
      to expose vblank on multiple crtcs.
      
      It also includes work done by Michel on making i915 triple buffering and pageflipping work properly.
      Signed-off-by: NDave Airlie <airlied@redhat.com>
      ac741ab7
  7. 20 2月, 2008 1 次提交
  8. 07 2月, 2008 4 次提交
  9. 05 11月, 2007 1 次提交
  10. 15 10月, 2007 2 次提交
  11. 11 7月, 2007 5 次提交
  12. 08 5月, 2007 2 次提交
    • M
      radeon: Don't mess up page flipping when a file descriptor is closed. · 453ff94c
      Michel Dänzer 提交于
      There can still be other contexts that may use page flipping later on, so do
      just unilaterally 'clean it up', which could lead to the wrong page being
      displayed, e.g. when running 3D apps with a GLX compositing manager such as
      compiz using page flipping.
      Signed-off-by: NDave Airlie <airlied@linux.ie>
      453ff94c
    • D
      drm/radeon: upgrade to 1.27 - make PCI GART more flexible · f2b04cd2
      Dave Airlie 提交于
      radeon: make PCI GART aperture size variable, but making table size variable
          This is precursor to getting a TTM backend for this stuff, and also
          allows the PCI table to be allocated at fb 0
      radeon: add support for reverse engineered xpress200m
      
          The IGPGART setup code was traced using mmio-trace on fglrx by myself
          and Phillip Ezolt <phillipezolt@gmail.com> on dri-devel.
      
          This code doesn't let the 3D driver work properly as the card has no
          vertex shader support.
      
          Thanks to Matthew Garrett + Ubuntu for providing me some hardware to do this
          work on.
      Signed-off-by: NDave Airlie <airlied@linux.ie>
      f2b04cd2
  13. 15 12月, 2006 1 次提交
  14. 22 9月, 2006 5 次提交
  15. 24 6月, 2006 2 次提交
  16. 25 3月, 2006 1 次提交
  17. 19 3月, 2006 1 次提交
    • D
      drm: rationalise some pci ids · dfab1154
      Dave Airlie 提交于
      This is the start of some work from Roland Scheidegger to align
      the X DDX pci ids and the drm ones, however we don't want to put
      r300 ids in the kernel just yet, they destabilise a few machines.
      
      From: Roland Scheidegger (via DRM CVS)
      Signed-off-by: NDave Airlie <airlied@linux.ie>
      dfab1154