Re: [RFC 04/10] drivers: i915 selftest: use pgtable_has_pmd_leaves()
From: David Hildenbrand (Red Hat)
Date: Mon Nov 17 2025 - 12:42:45 EST
On 06.11.25 22:28, Luiz Capitulino wrote:
igt_can_allocate_thp() uses has_transparente_hugepage() to check if
PMD-sized pages are supported, use pgtable_has_pmd_leaves() instead.
Right, I think we really only care about PMDs here for now.
--
Cheers
David