]> bbs.cooldavid.org Git - net-next-2.6.git/commit
drm/ttm: non pooled page allocation should have GFP_USER set
authorJerome Glisse <jglisse@redhat.com>
Wed, 16 Jun 2010 08:45:22 +0000 (10:45 +0200)
committerDave Airlie <airlied@redhat.com>
Thu, 1 Jul 2010 01:59:25 +0000 (11:59 +1000)
commit7c2a9acf856f150a9fc3efbaa0be44f97c30f6ca
tree94813a39553bde0b645c988966ee244455c0035b
parent37cf6b03f9f28c62dafb0b9ce5f1ba29c8baffa9
drm/ttm: non pooled page allocation should have GFP_USER set

Non pooled page allocation should have GFP_USER set so allocation
can wait and reclaim page from other process (ie non atomic).

Signed-off-by: Jerome Glisse <jglisse@redhat.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/ttm/ttm_page_alloc.c