]> Gentwo Git Trees - linux/.git/commit
Mark xe driver as BROKEN if kernel page size is not 4kB
authorSimon Richter <Simon.Richter@hogyros.de>
Sat, 2 Aug 2025 02:40:36 +0000 (11:40 +0900)
committerThomas Hellström <thomas.hellstrom@linux.intel.com>
Mon, 4 Aug 2025 09:24:03 +0000 (11:24 +0200)
commit0521a868222ffe636bf202b6e9d29292c1e19c62
tree938d679b650fef8a6a704379ae2038465733ed42
parent9fd9f221440024b7451678898facfb34af054310
Mark xe driver as BROKEN if kernel page size is not 4kB

This driver, for the time being, assumes that the kernel page size is 4kB,
so it fails on loong64 and aarch64 with 16kB pages, and ppc64el with 64kB
pages.

Signed-off-by: Simon Richter <Simon.Richter@hogyros.de>
Reviewed-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
Fixes: dd08ebf6c352 ("drm/xe: Introduce a new DRM driver for Intel GPUs")
Cc: stable@vger.kernel.org # v6.8+
Signed-off-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
Link: https://lore.kernel.org/r/20250802024152.3021-1-Simon.Richter@hogyros.de
drivers/gpu/drm/xe/Kconfig