mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 19:29:21 +01:00
drm-panic: kernel: Enable DRM_PANIC
Since the previous commit, we've ensured the kernel displaying via DRM even in the early stage. Now enable DRM_PANIC so the kernel will correctly show the last lines of the kernel messages in case a panic happens.
This commit is contained in:
parent
2e9a3dabbd
commit
12d77286db
@ -1 +1 @@
|
|||||||
6.11.3
|
6.12.0
|
||||||
|
@ -15,6 +15,8 @@ DEVTMPFS='*'
|
|||||||
DEVTMPFS_MOUNT='*'
|
DEVTMPFS_MOUNT='*'
|
||||||
SYSFB_SIMPLEFB='*'
|
SYSFB_SIMPLEFB='*'
|
||||||
DRM='*'
|
DRM='*'
|
||||||
|
DRM_PANIC='*'
|
||||||
|
DRM_PANIC_SCREEN='kmsg'
|
||||||
DRM_FBDEV_EMULATION='*'
|
DRM_FBDEV_EMULATION='*'
|
||||||
DRM_SIMPLEDRM='*'
|
DRM_SIMPLEDRM='*'
|
||||||
FRAMEBUFFER_CONSOLE='*'
|
FRAMEBUFFER_CONSOLE='*'
|
||||||
|
@ -46,6 +46,9 @@
|
|||||||
<emphasis role='blue'>G</emphasis>raphics support --->
|
<emphasis role='blue'>G</emphasis>raphics support --->
|
||||||
<*> <emphasis role='blue'>D</emphasis>irect Rendering Manager (XFree86 4.1.0 and higher DRI support) --->
|
<*> <emphasis role='blue'>D</emphasis>irect Rendering Manager (XFree86 4.1.0 and higher DRI support) --->
|
||||||
... [DRM]
|
... [DRM]
|
||||||
|
[*] <emphasis role='blue'>D</emphasis>isplay a user-friendly message when a kernel panic occurs
|
||||||
|
... [DRM_PANIC]
|
||||||
|
(kmsg) <emphasis role='blue'>P</emphasis>anic screen formatter [DRM_PANIC_SCREEN]
|
||||||
[*] <emphasis role='blue'>E</emphasis>nable legacy fbdev support for your modesetting driver
|
[*] <emphasis role='blue'>E</emphasis>nable legacy fbdev support for your modesetting driver
|
||||||
... [DRM_FBDEV_EMULATION]
|
... [DRM_FBDEV_EMULATION]
|
||||||
<*> <emphasis role='blue'>S</emphasis>imple framebuffer driver [DRM_SIMPLEDRM]
|
<*> <emphasis role='blue'>S</emphasis>imple framebuffer driver [DRM_SIMPLEDRM]
|
||||||
|
@ -14,6 +14,8 @@ DEVTMPFS='*'
|
|||||||
DEVTMPFS_MOUNT='*'
|
DEVTMPFS_MOUNT='*'
|
||||||
SYSFB_SIMPLEFB='*'
|
SYSFB_SIMPLEFB='*'
|
||||||
DRM='*'
|
DRM='*'
|
||||||
|
DRM_PANIC='*'
|
||||||
|
DRM_PANIC_SCREEN='kmsg'
|
||||||
DRM_FBDEV_EMULATION='*'
|
DRM_FBDEV_EMULATION='*'
|
||||||
DRM_SIMPLEDRM='*'
|
DRM_SIMPLEDRM='*'
|
||||||
FRAMEBUFFER_CONSOLE='*'
|
FRAMEBUFFER_CONSOLE='*'
|
||||||
|
@ -33,6 +33,9 @@
|
|||||||
<emphasis role='blue'>G</emphasis>raphics support --->
|
<emphasis role='blue'>G</emphasis>raphics support --->
|
||||||
<*> <emphasis role='blue'>D</emphasis>irect Rendering Manager (XFree86 4.1.0 and higher DRI support) --->
|
<*> <emphasis role='blue'>D</emphasis>irect Rendering Manager (XFree86 4.1.0 and higher DRI support) --->
|
||||||
... [DRM]
|
... [DRM]
|
||||||
|
[*] <emphasis role='blue'>D</emphasis>isplay a user-friendly message when a kernel panic occurs
|
||||||
|
... [DRM_PANIC]
|
||||||
|
(kmsg) <emphasis role='blue'>P</emphasis>anic screen formatter [DRM_PANIC_SCREEN]
|
||||||
[*] <emphasis role='blue'>E</emphasis>nable legacy fbdev support for your modesetting driver
|
[*] <emphasis role='blue'>E</emphasis>nable legacy fbdev support for your modesetting driver
|
||||||
... [DRM_FBDEV_EMULATION]
|
... [DRM_FBDEV_EMULATION]
|
||||||
<*> <emphasis role='blue'>S</emphasis>imple framebuffer driver [DRM_SIMPLEDRM]
|
<*> <emphasis role='blue'>S</emphasis>imple framebuffer driver [DRM_SIMPLEDRM]
|
||||||
|
Loading…
Reference in New Issue
Block a user