drm: Split out the mm declarations in a separate header. Add atomic operations.
authorJerome Glisse <glisse@freedesktop.org>
Wed, 8 Apr 2009 15:11:16 +0000 (17:11 +0200)
committerDave Airlie <airlied@redhat.com>
Fri, 12 Jun 2009 05:56:31 +0000 (15:56 +1000)
commit249d6048ca98b5452105b0824abac1275661b8e3
tree5e8e89288ec6f6a278fcb819ea49d0d9984576fd
parent715cbb05c935e8a4306a730d14a72d5af881523e
drm: Split out the mm declarations in a separate header. Add atomic operations.

this is a TTM preparation patch, it rearranges the mm and
add operations needed to do mm operations in atomic context.

Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/drm_mm.c
include/drm/drmP.h
include/drm/drm_mm.h [new file with mode: 0644]