]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitdbfaba06a0a9b47bf695d2ee796e53cee780efbe
treeeadc968581b965c82516d5f9f13bf3cd9099a691
parentef3900486724ae127a5c4b734dd054ff7f297ec8
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