1. 11 3月, 2007 1 次提交
  2. 08 2月, 2007 2 次提交
  3. 08 12月, 2006 1 次提交
  4. 07 12月, 2006 1 次提交
  5. 22 9月, 2006 2 次提交
    • T
      drm: update user token hashing and map handles · 8d153f71
      Thomas Hellstrom 提交于
      Keep hashed user tokens, with the following changes:
      32-bit physical device addresses are mapped directly to user-tokens. No
          duplicate maps are allowed, and the addresses are assumed to be outside
          of the range 0x10000000 through 0x30000000. The user-token is identical
          to the 32-bit physical start-address of the map.
      64-bit physical device addressed are mapped to user-tokens in the range
      0x10000000 to 0x30000000 with page-size increments. The user_token should
          not be interpreted as an address.
      Other map types, like upcoming TTM maps are mapped to user-tokens in the
          range
      0x10000000 to 0x30000000 with page-size increments. The user_token should
          not be interpreted as an address.
      
      Implement hashed map lookups.
      Signed-off-by: NDave Airlie <airlied@linux.ie>
      8d153f71
    • D
      drm: cleanup old compat code and DRM fns from Linux only code · 3d77461e
      Dave Airlie 提交于
      This patch removes some of the old compatibility macros from the DRM,
      and removes use of DRM wrappers from Linux specific code.
      Signed-off-by: NDave Airlie <airlied@linux.ie>
      3d77461e
  6. 22 3月, 2006 1 次提交
  7. 02 2月, 2006 1 次提交
  8. 22 10月, 2005 2 次提交
  9. 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
  10. 11 9月, 2005 1 次提交
  11. 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
  12. 07 8月, 2005 1 次提交
  13. 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
  14. 10 7月, 2005 2 次提交
  15. 07 7月, 2005 1 次提交
  16. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4