mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-24 13:36:31 +00:00
Change i915 to module for proper initialization in VM passthrough (#3959)
When Intel GPUs are used in passthrough, the i915 is probed too early and fails to load firmware which is in the rootfs mounted later. The CONFIG_DRM_I915=y comes from x86_64_defconfig, by changing it to module (like we do for generic-x86-64), the driver becomes only available after the rootfs is mounted and firmware is loaded correctly. Fixes #3949
This commit is contained in:
parent
0abfee2eaf
commit
05830dae0b
@ -90,6 +90,8 @@ CONFIG_FB_EFI=y
|
||||
CONFIG_FRAMEBUFFER_CONSOLE=y
|
||||
CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y
|
||||
|
||||
CONFIG_DRM_I915=m
|
||||
|
||||
CONFIG_MMC=y
|
||||
CONFIG_MMC_BLOCK=y
|
||||
CONFIG_MMC_SDHCI=y
|
||||
|
Loading…
x
Reference in New Issue
Block a user