An error occurred fetching the project authors.
  1. 15 Oct, 2007 1 commit
  2. 11 Jul, 2007 3 commits
  3. 25 Oct, 2006 1 commit
  4. 02 Jan, 2006 1 commit
    • Dave Airlie's avatar
      drm: fix a LOR issue on FreeBSD for savage driver · 3528af1b
      Dave Airlie authored
      Correct a LOR issue on FreeBSD by allocating temporary space and doing a single
      DRM_COPY_FROM_USER rather than DRM_VERIFYAREA_READ followed by tons of
      DRM_COPY_FROM_USER_UNCHECKED.  I don't like the look of the temporary space
      allocation, but I like the simplification in the rest of the file.  Tested
      with glxgears, tuxracer, and q3 on a savage4.
      
      From: Eric Anholt <anholt@freebsd.org>
      Signed-off-by: default avatarDave Airlie <airlied@linux.ie>
      3528af1b
  5. 30 Sep, 2005 1 commit
  6. 25 Sep, 2005 1 commit
    • Dave Airlie's avatar
      drm: lindent the drm directory. · b5e89ed5
      Dave Airlie authored
      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: default avatarDave Airlie <airlied@linux.ie>
      b5e89ed5
  7. 07 Aug, 2005 1 commit