Re: [PATCH 0/5] drm/xe: enable driver usage on non-4KiB kernels

2025-02-26 Thread Kexy Biscuit
Superseded by https://lore.kernel.org/all/20250226-xe-non-4k-fix-v1-0-80f23b5ee...@aosc.io/. -- Best Regards, Kexy Biscuit

[PATCH 0/5] drm/xe: enable driver usage on non-4KiB kernels

2025-02-25 Thread Mingcong Bai via B4 Relay
This patch series attempts to enable the use of xe DRM driver on non-4KiB kernel page platforms. This involves fixing the ttm/bo interface, as well as parts of the userspace API to make use of kernel `PAGE_SIZE' for alignment instead of the assumed `SZ_4K', it also fixes incorrect usage of `PAGE_SI

[PATCH 0/5] drm/xe: enable driver usage on non-4KiB kernels

2025-02-25 Thread Mingcong Bai
This patch series attempts to enable the use of xe DRM driver on non-4KiB kernel page platforms. This involves fixing the ttm/bo interface, as well as parts of the userspace API to make use of kernel `PAGE_SIZE' for alignment instead of the assumed `SZ_4K', it also fixes incorrect usage of `PAGE_SI