15 Oct, 2007
3 commits
-
The data is now in kernel space, copied in/out as appropriate according to t
This results in DRM_COPY_{TO,FROM}_USER going away, and error paths to deal
with those failures. This also means that XFree86 4.2.0 support for i810 DR
is lost.Signed-off-by: Dave Airlie
-
As a fallout, replace filp storage with file_priv storage for "unique
identifier of a client" all over the DRM. There is a 1:1 mapping, so this
should be a noop. This could be a minor performance improvement, as everyth
on Linux dereferenced filp to get file_priv anyway, while only the mmap ioct
went the other direction.Signed-off-by: Dave Airlie
-
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
17 Jul, 2007
1 commit
-
Reported by: Avuton Olrich
Signed-off-by: Dave Airlie
12 Jul, 2007
1 commit
-
Signed-off-by: Dave Airlie
11 Jul, 2007
3 commits
-
Signed-off-by: Dave Airlie
-
some drivers still todo.
Signed-off-by: Dave Airlie
-
This makes the drms use of the list handling macros a lot cleaner
and more along the lines of how they should be used and uses them
in some more places.Signed-off-by: Dave Airlie
22 Sep, 2006
4 commits
-
This patch contains the following cleanups:
- make 3 needlessly global functions static
- sis_mm.c: fix compile warnings with CONFIG_FB_SIS=ySigned-off-by: Adrian Bunk
Signed-off-by: Dave Airlie -
Thanks to Andrew Morton for pointing these out, I've fixed a few his patch
missed.Signed-off-by: Andrew Morton
Signed-off-by: Dave Airlie -
Add support for the SiS 315 to the DRM.
Signed-off-by: Dave Airlie
-
This add support to the SiS and VIA drivers for the simple memory manager.
This fixes a lot of problems with the current simple code these drivers used,
including locking and SMP issues.Signed-off-by: Dave Airlie
29 Mar, 2006
1 commit
-
Prevent a gcc warning in the SIS DRM driver. offset is a unsigned int and
the printk wants a long.Signed-off-by: Jon Mason
Signed-off-by: Andrew Morton
Signed-off-by: Dave Airlie
02 Jan, 2006
2 commits
-
Cleanup SIS + TDFX drivers with latest changes from CVS.
From: Eric Anholt
Signed-off-by: Dave Airlie -
From: Dave Airlie
Signed-off-by: Dave Airlie
25 Sep, 2005
2 commits
-
Signed-off-by: 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: Dave Airlie
17 Apr, 2005
1 commit
-
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!