1. 15 10月, 2007 1 次提交
  2. 25 8月, 2007 1 次提交
  3. 23 7月, 2007 1 次提交
  4. 12 7月, 2007 1 次提交
  5. 11 7月, 2007 6 次提交
  6. 11 3月, 2007 1 次提交
  7. 08 2月, 2007 3 次提交
  8. 07 12月, 2006 1 次提交
  9. 26 10月, 2006 1 次提交
  10. 22 9月, 2006 6 次提交
  11. 23 4月, 2006 1 次提交
    • D
      drm: possible cleanups · 5d23fafb
      Dave Airlie 提交于
      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: NAdrian Bunk <bunk@stusta.de>
      Signed-off-by: NDave Airlie <airlied@linux.ie>
      5d23fafb
  12. 19 3月, 2006 1 次提交
  13. 02 2月, 2006 1 次提交
  14. 11 1月, 2006 1 次提交
  15. 02 1月, 2006 1 次提交
  16. 24 10月, 2005 1 次提交
  17. 30 9月, 2005 1 次提交
  18. 25 9月, 2005 2 次提交
  19. 05 9月, 2005 2 次提交
  20. 20 8月, 2005 1 次提交
    • D
      drm: fixes for powerpc · 88f399cd
      Dave Airlie 提交于
      Remove a bogus check on whether an area is memory (we need a better interface)
      also change pgprot flags for powerpc
      don't check on x86-64 either
      
      From: Paul Mackerras <paulus@samba.org>
      Signed-off-by: NDave Airlie <airlied@linux.ie>
      88f399cd
  21. 07 8月, 2005 1 次提交
  22. 05 8月, 2005 1 次提交
    • D
      drm: updated DRM map patch for 32/64 bit systems · d1f2b55a
      Dave Airlie 提交于
      I basically combined Paul's patches with additions that I had made
      for PCI scatter gather.
      I also tried more carefully to avoid problems with the same token
      assigned multiple times while trying to use the base address in the
      token if possible to gain as much backward compatibility as possible
      for broken DRI clients.
      
      From: Paul Mackerras <paulus@samba.org> and Egbert Eich <eich@suse.de>
      Signed-off-by: NDave Airlie <airlied@linux.ie>
      d1f2b55a
  23. 10 7月, 2005 4 次提交