08 Feb, 2007
1 commit
-
hch originally submitted this for paravirt ops work, airlied took it
and cleaned up a lot of unused code caused by using this.Signed-off-by: Christoph Hellwig
Signed-off-by: Dave Airlie
01 Jul, 2006
1 commit
-
Signed-off-by: Jörn Engel
Signed-off-by: Adrian Bunk
28 Jun, 2006
1 commit
-
locking init cleanups:
- convert " = SPIN_LOCK_UNLOCKED" to spin_lock_init() or DEFINE_SPINLOCK()
- convert rwlocks in a similar mannerthis patch was generated automatically.
Motivation:
- cleanliness
- lockdep needs control of lock initialization, which the open-coded
variants do not give
- it's also useful for -rt and for lock debugging in generalSigned-off-by: Ingo Molnar
Signed-off-by: Arjan van de Ven
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds
18 Apr, 2006
1 commit
-
- #if 0 the following unused global function:
- drm_ioremap_nocache()- make the following needlessly global functions static:
- agp_remap()
- drm_lookup_map()Signed-off-by: Adrian Bunk
Cc: Dave Airlie
Signed-off-by: Andrew Morton
29 Mar, 2006
1 commit
-
drm_alloc_pages and drm_free_pages can now be removed.
Signed-off-by: Adrian Bunk
Signed-off-by: Andrew Morton
Signed-off-by: Dave Airlie
03 Jan, 2006
1 commit
02 Jan, 2006
1 commit
-
Update from DRM CVS for drm memory debug
From: Jon Smirl
Signed-off-by: Dave Airlie
23 Nov, 2005
1 commit
-
The DRM only uses drm_alloc_pages for non-SG PCI cards using DRM.
Signed-off-by: Hugh Dickins
Signed-off-by: Dave Airlie
25 Sep, 2005
1 commit
-
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!