genode/repos/dde_linux/patches/i915_alderlake.patch
Norman Feske 80e2cea4aa dde_linux: enable Intel Alderlake graphics
With this patch, the Intel framebuffer driver works on the Framework
Gen12 laptop.

Fixes #4627
2022-10-12 12:09:35 +02:00

11 lines
317 B
Diff

+++ 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),