Re: [PATCH 2/3] fbcon: Add an option to disable fbcon in panic.

2024-07-18 Thread Jocelyn Falempe
On 17/07/2024 17:04, Daniel Vetter wrote: On Wed, Jul 17, 2024 at 10:48:40AM +0200, Jocelyn Falempe wrote: This is required to avoid conflict between DRM_PANIC, and fbcon. If a drm device already handle panic with drm_panic, it should set the skip_panic field in fb_info, so that fbcon will st

Re: [PATCH 2/3] fbcon: Add an option to disable fbcon in panic.

2024-07-17 Thread Daniel Vetter
On Wed, Jul 17, 2024 at 10:48:40AM +0200, Jocelyn Falempe wrote: > This is required to avoid conflict between DRM_PANIC, and fbcon. If > a drm device already handle panic with drm_panic, it should set > the skip_panic field in fb_info, so that fbcon will stay quiet, and > not overwrite the panic_sc

Re: [PATCH 2/3] fbcon: Add an option to disable fbcon in panic.

2024-07-17 Thread Javier Martinez Canillas
Jocelyn Falempe writes: > This is required to avoid conflict between DRM_PANIC, and fbcon. If > a drm device already handle panic with drm_panic, it should set > the skip_panic field in fb_info, so that fbcon will stay quiet, and > not overwrite the panic_screen. > > Signed-off-by: Jocelyn Falemp

[PATCH 2/3] fbcon: Add an option to disable fbcon in panic.

2024-07-17 Thread Jocelyn Falempe
This is required to avoid conflict between DRM_PANIC, and fbcon. If a drm device already handle panic with drm_panic, it should set the skip_panic field in fb_info, so that fbcon will stay quiet, and not overwrite the panic_screen. Signed-off-by: Jocelyn Falempe --- drivers/gpu/drm/drm_fb_helper