drm/vmwgfx: Remove the deprecated lower mem limit
authorZack Rusin <zackr@vmware.com>
Fri, 5 Nov 2021 19:38:42 +0000 (15:38 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 27 Jan 2022 10:03:22 +0000 (11:03 +0100)
commita6f53731f3bbecf8e2abdc4fcca8caf849009d7c
treed23a8e4a1f20faf8a59e6a5a7c8ddf1fd38cc7b0
parent4aa40bf38f716b0ad0d7f890d3f299066e82c7e0
drm/vmwgfx: Remove the deprecated lower mem limit

[ Upstream commit 826c387d015247df396a91eadbaca94f0394853c ]

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
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/gpu/drm/vmwgfx/ttm_memory.c
drivers/gpu/drm/vmwgfx/ttm_memory.h