Skip to content

Commit f7c7cf7

Browse files
hoshinolinajannau
authored andcommitted
drm/asahi: Depend on PAGE_SIZE_16KB
This never worked with 4K, but it's definitely not going to work with the new page table code which assumes one page table page is one CPU page. Signed-off-by: Asahi Lina <lina@asahilina.net>
1 parent dd34543 commit f7c7cf7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/gpu/drm/asahi/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ config DRM_ASAHI
1919
depends on (ARM64 && ARCH_APPLE) || (COMPILE_TEST && !GENERIC_ATOMIC64)
2020
depends on MMU
2121
depends on IOMMU_SUPPORT
22+
depends on PAGE_SIZE_16KB
2223
select RUST_DRM_SCHED
2324
select IOMMU_IO_PGTABLE_LPAE
2425
select RUST_DRM_GEM_SHMEM_HELPER

0 commit comments

Comments
 (0)