Re: [PATCH v3 2/4] drm/log: Introduce a new boot logger to draw the kmsg on the screen

2024-09-12 Thread John Ogness
On 2024-09-10, Jocelyn Falempe wrote: > drm_log is a simple logger that uses the drm_client API to print the > kmsg boot log on the screen. This is not a full replacement to fbcon, > as it will only print the kmsg. It will never handle user input, or a > terminal because this is better done in use

[PATCH v3 2/4] drm/log: Introduce a new boot logger to draw the kmsg on the screen

2024-09-10 Thread Jocelyn Falempe
drm_log is a simple logger that uses the drm_client API to print the kmsg boot log on the screen. This is not a full replacement to fbcon, as it will only print the kmsg. It will never handle user input, or a terminal because this is better done in userspace. Design decisions: * It uses the drm_c