mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-20 17:52:52 +00:00
dde_linux: enable Intel Alderlake graphics
With this patch, the Intel framebuffer driver works on the Framework Gen12 laptop. Fixes #4627
This commit is contained in:
parent
243c819257
commit
80e2cea4aa
10
repos/dde_linux/patches/i915_alderlake.patch
Normal file
10
repos/dde_linux/patches/i915_alderlake.patch
Normal file
@ -0,0 +1,10 @@
|
||||
+++ src/linux/drivers/gpu/drm/i915/i915_pci.c
|
||||
@@ -954,7 +954,7 @@
|
||||
XE_LPD_FEATURES,
|
||||
PLATFORM(INTEL_ALDERLAKE_P),
|
||||
.has_cdclk_crawl = 1,
|
||||
- .require_force_probe = 1,
|
||||
+ .require_force_probe = 0,
|
||||
.display.has_modular_fia = 1,
|
||||
.platform_engine_mask =
|
||||
BIT(RCS0) | BIT(BCS0) | BIT(VECS0) | BIT(VCS0) | BIT(VCS2),
|
@ -1 +1 @@
|
||||
7dfb92febaf5942b4b84612dcca182eddb088a00
|
||||
340e0ebc16b91aab3ff33d3d03611dcddd02d450
|
||||
|
@ -9,8 +9,8 @@ DIR(linux) := src/linux
|
||||
#
|
||||
# Patches
|
||||
#
|
||||
PATCHES += $(addprefix patches/,$(notdir $(REP_DIR)/patches/i915_irq.patch))
|
||||
PATCHES += $(addprefix patches/,$(notdir $(REP_DIR)/patches/xhci_abort_ring.patch))
|
||||
PATCH_FILES := i915_irq.patch i915_alderlake.patch xhci_abort_ring.patch
|
||||
PATCHES += $(addprefix patches/,$(PATCH_FILES))
|
||||
|
||||
# i915
|
||||
PATCH_OPT(patches/i915_irq.patch) := -p1 -d${DIR(linux)}
|
||||
|
Loading…
x
Reference in New Issue
Block a user