An error occurred fetching the project authors.
- 15 Oct, 2007 1 commit
-
-
Eric Anholt authored
This was used to make all ioctl handlers return -errno on linux and errno on *BSD. Instead, just return -errno in shared code, and flip sign on return f shared code to *BSD code. Signed-off-by:
Dave Airlie <airlied@linux.ie>
-
- 11 Jul, 2007 3 commits
-
-
Dave Airlie authored
Signed-off-by:
Dave Airlie <airlied@linux.ie>
-
Dave Airlie authored
Signed-off-by:
Dave Airlie <airlied@linux.ie>
-
Dave Airlie authored
Signed-off-by:
Dave Airlie <airlied@linux.ie>
-
- 25 Oct, 2006 1 commit
-
-
Dave Jones authored
The other failure returns in this function are negative, so make this one do the same. Signed-off-by:
Dave Jones <davej@redhat.com> Signed-off-by:
Dave Airlie <airlied@linux.ie>
-
- 02 Jan, 2006 1 commit
-
-
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:
Dave Airlie <airlied@linux.ie>
-
- 30 Sep, 2005 1 commit
-
-
Dave Airlie authored
Finally cleaned up the sparse warnings for the drm. Signed-off-by:
Dave Airlie <airlied@linux.ie>
-
- 25 Sep, 2005 1 commit
-
-
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:
Dave Airlie <airlied@linux.ie>
-
- 07 Aug, 2005 1 commit
-
-
Dave Airlie authored
Add driver for savage chipsets. From: Felix Kuehling Signed-off-by:
Dave Airlie <airlied@linux.ie>
-