mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 13:47:56 +00:00
80e2cea4aa
With this patch, the Intel framebuffer driver works on the Framework Gen12 laptop. Fixes #4627
11 lines
317 B
Diff
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),
|