Skip to content

Commit 90d1e6c

Browse files
committed
Revert "Mark xe driver as BROKEN if kernel page size is not 4kB"
JIRA: https://issues.redhat.com/browse/RHEL-113577 Upstream Status: RHEL only This reverts commit 022906a. This commit was backported automatically as part of the DRM backport. Upstream commit ba89f9c ("arch: consolidate existing CONFIG_PAGE_SIZE_*KB definitions") is not present in this tree, disabling the XE driver as a side effect. In RHEL 9, XE is only enabled for x86_64 and, as described in the reverted patch, this architecture is fine, so it is safe to revert the change: > 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. NOTE: This commit does not compile due to missing RHEL-specific fix-ups, which are split out into separate Git commits following this one. If git bisect selected this commit, run "git bisect skip" and try again. Repeat this until it selects a commit which compiles. Signed-off-by: José Expósito <jexposit@redhat.com>
1 parent e4d42ef commit 90d1e6c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/gpu/drm/xe/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ config DRM_XE
55
depends on KUNIT || !KUNIT
66
depends on INTEL_VSEC || !INTEL_VSEC
77
depends on X86_PLATFORM_DEVICES || !(X86 && ACPI)
8-
depends on PAGE_SIZE_4KB || COMPILE_TEST || BROKEN
98
select INTERVAL_TREE
109
# we need shmfs for the swappable backing store, and in particular
1110
# the shmem_readpage() which depends upon tmpfs

0 commit comments

Comments
 (0)