drm/ttm: remove split btw highmen and lowmem page
authorJerome Glisse <jglisse@redhat.com>
Tue, 1 Nov 2011 19:57:22 +0000 (15:57 -0400)
committerDave Airlie <airlied@redhat.com>
Tue, 6 Dec 2011 10:38:36 +0000 (10:38 +0000)
Split btw highmem and lowmem page was rendered useless by the
pool code. Remove it. Note further cleanup would change the
ttm page allocation helper to actualy take an array instead
of relying on list this could drasticly reduce the number of
function call in the common case of allocation whole buffer.

Signed-off-by: Jerome Glisse <jglisse@redhat.com>
Reviewed-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Reviewed-by: Thomas Hellstrom <thellstrom@vmware.com>

No differences found