drm/vmwgfx: Remove the deprecated lower mem limit
authorZack Rusin <zackr@vmware.com>
Fri, 5 Nov 2021 19:38:42 +0000 (15:38 -0400)
committerZack Rusin <zackr@vmware.com>
Wed, 1 Dec 2021 16:58:32 +0000 (11:58 -0500)
commit826c387d015247df396a91eadbaca94f0394853c
treef202b66d0debd3ba7f8198c1d6a721a4ab5c4fe6
parentc99907c723c6f3f6cae63201ddfac610be13f997
drm/vmwgfx: Remove the deprecated lower mem limit

TTM during the transition to the new page allocator lost the ability
to constrain the allocations via the lower_mem_limit. The code has
been unused since the change:
256dd44bd897 ("drm/ttm: nuke old page allocator")
and there's no reason to keep it.

Fixes: 256dd44bd897 ("drm/ttm: nuke old page allocator")
Signed-off-by: Zack Rusin <zackr@vmware.com>
Reviewed-by: Martin Krastev <krastevm@vmware.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20211105193845.258816-2-zackr@vmware.com
drivers/gpu/drm/vmwgfx/ttm_memory.c
drivers/gpu/drm/vmwgfx/ttm_memory.h