Skip to content

Commit 768a215

Browse files
committed
[CIQ] v6.12.44 - rebased configs
Previously the aarch64 64k configs explicitly did not set DRM_XE. But now DRM_XE is marked as BROKEN if page size is not 4k, so DRM_XE is not set by default in these configs due to the 64k page size. Mark xe driver as BROKEN if kernel page size is not 4kBI Upstream: ec22f92
1 parent eea2e7f commit 768a215

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

ciq/configs/kernel-aarch64-64k-debug.config

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# Automatically generated file; DO NOT EDIT.
3-
# Linux/arm64 6.12.42 Kernel Configuration
3+
# Linux/arm64 6.12.44 Kernel Configuration
44
#
55
CONFIG_CC_VERSION_TEXT="gcc (scripts/dummy-tools/gcc)"
66
CONFIG_CC_IS_GCC=y
@@ -5380,7 +5380,6 @@ CONFIG_NOUVEAU_DEBUG_MMU=y
53805380
CONFIG_NOUVEAU_DEBUG_PUSH=y
53815381
CONFIG_DRM_NOUVEAU_BACKLIGHT=y
53825382
CONFIG_DRM_NOUVEAU_GSP_DEFAULT=y
5383-
# CONFIG_DRM_XE is not set
53845383
# CONFIG_DRM_VGEM is not set
53855384
CONFIG_DRM_VKMS=m
53865385
CONFIG_DRM_VMWGFX=m

ciq/configs/kernel-aarch64-64k.config

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# Automatically generated file; DO NOT EDIT.
3-
# Linux/arm64 6.12.42 Kernel Configuration
3+
# Linux/arm64 6.12.44 Kernel Configuration
44
#
55
CONFIG_CC_VERSION_TEXT="gcc (scripts/dummy-tools/gcc)"
66
CONFIG_CC_IS_GCC=y
@@ -5364,7 +5364,6 @@ CONFIG_NOUVEAU_DEBUG_DEFAULT=3
53645364
# CONFIG_NOUVEAU_DEBUG_PUSH is not set
53655365
CONFIG_DRM_NOUVEAU_BACKLIGHT=y
53665366
CONFIG_DRM_NOUVEAU_GSP_DEFAULT=y
5367-
# CONFIG_DRM_XE is not set
53685367
# CONFIG_DRM_VGEM is not set
53695368
CONFIG_DRM_VKMS=m
53705369
CONFIG_DRM_VMWGFX=m

0 commit comments

Comments
 (0)