Skip to content

Commit a75ecdf

Browse files
t440p: Enable i915 kexec framebuffer fixes
Add CONFIG_DRM_FBDEV_LEAK_PHYS_SMEM and related kernel parameters to t440p. This board is already on kernel 5.10 and uses i915 graphics. Signed-off-by: Jonathon Hall <[email protected]>
1 parent cd4c1a0 commit a75ecdf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

config/coreboot-t440p.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ CONFIG_ME_BIN_PATH="@BLOB_DIR@/t440p/me.bin"
77
CONFIG_GBE_BIN_PATH="@BLOB_DIR@/t440p/gbe.bin"
88
CONFIG_HAVE_IFD_BIN=y
99
CONFIG_BOARD_LENOVO_THINKPAD_T440P=y
10-
CONFIG_LINUX_COMMAND_LINE="intel_iommu=igfx_off"
10+
CONFIG_LINUX_COMMAND_LINE="intel_iommu=igfx_off drm_kms_helper.drm_leak_fbdev_smem=1 i915.enable_fbc=0"
1111
CONFIG_TPM_MEASURED_BOOT=y
1212
CONFIG_HAVE_MRC=y
1313
CONFIG_MRC_FILE="@BLOB_DIR@/haswell/mrc.bin"

config/linux-t440p.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ CONFIG_I2C_SLAVE=y
199199
# CONFIG_X86_PKG_TEMP_THERMAL is not set
200200
CONFIG_MFD_SYSCON=y
201201
CONFIG_DRM=y
202+
CONFIG_DRM_FBDEV_LEAK_PHYS_SMEM=y
202203
CONFIG_DRM_I915=y
203204
CONFIG_DRM_AST=y
204205
CONFIG_FB_VESA=y

0 commit comments

Comments
 (0)