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

2025-06-17 Thread Simon Richter
Hi, On 6/13/25 10:11, Mingcong Bai via B4 Relay wrote: 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

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

2025-06-12 Thread Mingcong Bai
Hi Lucas 在 2025/6/13 08:13, Lucas De Marchi 写道: For some reason this patch series didn't make it to any mailing list... it only shows the b4-sent and stable: https://lore.kernel.org/intel-xe/20250604-upstream-xe-non-4k-v2-v2-0- ce7905da7...@aosc.io/ Could you resend this series? That's stra

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

2025-06-12 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

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

2025-06-12 Thread Lucas De Marchi
For some reason this patch series didn't make it to any mailing list... it only shows the b4-sent and stable: https://lore.kernel.org/intel-xe/20250604-upstream-xe-non-4k-v2-v2-0-ce7905da7...@aosc.io/ Could you resend this series? thanks Lucas De Marchi On Wed, Jun 04, 2025 at 10:57:54AM +0800,

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

2025-06-03 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