drm/vmwgfx: Remove unused hugepage support
authorZack Rusin <zackr@vmware.com>
Mon, 25 Apr 2022 20:31:51 +0000 (16:31 -0400)
committerZack Rusin <zackr@vmware.com>
Thu, 4 Aug 2022 15:39:26 +0000 (11:39 -0400)
commit7fbee3eb9ab82c4b8c240617a1b3878c6981dd73
treeeadc968581b965c82516d5f9f13bf3cd9099a691
parent05436815fdb47539269387c10285c088a8ba33e7
drm/vmwgfx: Remove unused hugepage support

There's no point in explicitly trying to align virtual memory to
facilitate huge page table entries or huge page memory in buffer objects
given that they're not being used.

Transparent hugepages support for vram allocations has been gradually
retired over the last two years making alignment of unmapped areas
unneeded and pointless.

Signed-off-by: Zack Rusin <zackr@vmware.com>
Reviewed-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220425203152.1314211-1-zack@kde.org
drivers/gpu/drm/vmwgfx/vmwgfx_drv.c