Fix a stray unlock_kernel() in drm_vm.c
authorThomas Hellstrom <thomas-at-tungstengraphics-dot-com>
Wed, 7 Feb 2007 11:52:23 +0000 (12:52 +0100)
committerThomas Hellstrom <thomas-at-tungstengraphics-dot-com>
Wed, 7 Feb 2007 11:52:23 +0000 (12:52 +0100)
commitaf24465b2eddfcc5296edc830ea5ed86065a4abd
treec6697000597052241d8877e2fa97a5161b14fe6a
parent71b9e876f99db219fcbf4e3ab977b64b068cc2b4
Fix a stray unlock_kernel() in drm_vm.c
Add a file for memory move helpers, drm_bo_move.c
Implement generic memory move.
Cached, no_move and unmapped memory temporarily broken.
linux-core/Makefile.kernel
linux-core/drmP.h
linux-core/drm_bo.c
linux-core/drm_bo_move.c [new file with mode: 0644]
linux-core/drm_vm.c
linux-core/i915_drv.c