An error occurred fetching the project authors.
  1. 17 Mar, 2008 1 commit
  2. 20 Feb, 2008 1 commit
  3. 07 Feb, 2008 3 commits
  4. 06 Nov, 2007 1 commit
  5. 15 Oct, 2007 2 commits
  6. 17 Jul, 2007 2 commits
  7. 12 Jul, 2007 1 commit
  8. 11 Jul, 2007 8 commits
  9. 08 May, 2007 1 commit
    • Dave Airlie's avatar
      drm/radeon: upgrade to 1.27 - make PCI GART more flexible · f2b04cd2
      Dave Airlie authored
      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: default avatarDave Airlie <airlied@linux.ie>
      f2b04cd2
  10. 23 Mar, 2007 1 commit
    • Thomas Hellstrom's avatar
      drm: fix driver deadlock with AIGLX and reclaim_buffers_locked · 040ac320
      Thomas Hellstrom authored
      Bugzilla Bug #9457
      
      Add refcounting of user waiters to the DRM hardware lock, so that we can use
      DRM_LOCK_CONT flag more conservatively.
      
      Also add a kernel waiter refcount that if nonzero transfers the lock for the
      kernel context when it is released. This is useful when waiting for idle and can be used for very simple fence object driver implementations for the new memory manager
      Signed-off-by: default avatarDave Airlie <airlied@linux.ie>
      040ac320
  11. 11 Mar, 2007 1 commit
  12. 08 Feb, 2007 2 commits
  13. 19 Dec, 2006 2 commits
  14. 07 Dec, 2006 4 commits
  15. 21 Sep, 2006 8 commits
  16. 30 Jun, 2006 1 commit
  17. 23 Apr, 2006 1 commit
    • Dave Airlie's avatar
      drm: possible cleanups · 5d23fafb
      Dave Airlie authored
      This patch contains the following possible cleanups:
      - make the following needlessly global function static:
       - drm_bufs.c: drm_addbufs_fb()
      - remove the following unused EXPORT_SYMBOL's:
       - drm_agpsupport.c: drm_agp_bind_memory
       - drm_bufs.c: drm_rmmap_locked
       - drm_bufs.c: drm_rmmap
       - drm_stub.c: drm_get_dev
      Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
      Signed-off-by: default avatarDave Airlie <airlied@linux.ie>
      5d23fafb