1. 29 3月, 2009 1 次提交
  2. 28 3月, 2009 1 次提交
  3. 13 3月, 2009 2 次提交
  4. 11 11月, 2008 1 次提交
    • D
      drm/i915: Filter pci devices based on PCI_CLASS_DISPLAY_VGA · afa21e05
      Dave Airlie 提交于
      This fixes hangs on 855-class hardware by avoiding double attachment of the
      driver due to the stub second head device having the same pci id as the real
      device.
      
      Other DRM drivers probably want this treatment as well, but I'm applying it
      just to this one for safety. But we should clean up the drm_pciids.h mess
      now so that each driver has its own pci id list header in its own directory.
      Lets do that in the next release.
      Signed-off-by: NEric Anholt <eric@anholt.net>
      Signed-off-by: NDave Airlie <airlied@redhat.com>
      afa21e05
  5. 18 10月, 2008 3 次提交
  6. 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
  7. 20 6月, 2008 1 次提交
  8. 19 6月, 2008 1 次提交
  9. 17 3月, 2008 1 次提交
  10. 20 2月, 2008 3 次提交
  11. 07 2月, 2008 3 次提交
  12. 24 1月, 2008 1 次提交
  13. 15 10月, 2007 1 次提交
  14. 28 6月, 2007 1 次提交
  15. 10 6月, 2007 2 次提交
  16. 26 5月, 2007 1 次提交
  17. 08 5月, 2007 1 次提交
    • 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
  18. 26 4月, 2007 1 次提交
  19. 11 3月, 2007 1 次提交
  20. 08 2月, 2007 1 次提交
  21. 22 9月, 2006 5 次提交
  22. 25 3月, 2006 1 次提交
  23. 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
  24. 14 2月, 2006 1 次提交
  25. 25 1月, 2006 2 次提交
  26. 02 1月, 2006 1 次提交
  27. 25 9月, 2005 1 次提交
    • D
      drm: lindent the drm directory. · b5e89ed5
      Dave Airlie 提交于
      I've been threatening this for a while, so no point hanging around.
      This lindents the DRM code which was always really bad in tabbing department.
      I've also fixed some misnamed files in comments and removed some trailing
      whitespace.
      Signed-off-by: NDave Airlie <airlied@linux.ie>
      b5e89ed5