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)
commit667b7a27c221acaea844ba41f1c0a713aba44d31
tree2cea3d1fb60bcd81dd552022008e26c37b892fb7
parent3316497bcd73dcad971d79bed32571ed785a8c01
drm/ttm: remove split btw highmen and lowmem page

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>
drivers/gpu/drm/ttm/ttm_tt.c
include/drm/ttm/ttm_bo_driver.h