Skip to content

Commit 9d0ed58

Browse files
amazingfateleggewie
authored andcommitted
uefi-loong64-6.16: add patch to enable xe driver build
1 parent e5d7006 commit 9d0ed58

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
2+
From: Jianfeng Liu <[email protected]>
3+
Date: Tue, 16 Sep 2025 09:14:47 +0800
4+
Subject: gpu: xe: enable build with 16KB page size
5+
6+
---
7+
drivers/gpu/drm/xe/Kconfig | 2 +-
8+
1 file changed, 1 insertion(+), 1 deletion(-)
9+
10+
diff --git a/drivers/gpu/drm/xe/Kconfig b/drivers/gpu/drm/xe/Kconfig
11+
index 111111111111..222222222222 100644
12+
--- a/drivers/gpu/drm/xe/Kconfig
13+
+++ b/drivers/gpu/drm/xe/Kconfig
14+
@@ -5,7 +5,7 @@ config DRM_XE
15+
depends on KUNIT || !KUNIT
16+
depends on INTEL_VSEC || !INTEL_VSEC
17+
depends on X86_PLATFORM_DEVICES || !(X86 && ACPI)
18+
- depends on PAGE_SIZE_4KB || COMPILE_TEST || BROKEN
19+
+ depends on PAGE_SIZE_4KB || PAGE_SIZE_16KB || COMPILE_TEST || BROKEN
20+
select INTERVAL_TREE
21+
# we need shmfs for the swappable backing store, and in particular
22+
# the shmem_readpage() which depends upon tmpfs
23+
--
24+
Armbian
25+

0 commit comments

Comments
 (0)