Re: [RFC PATCH 0/6] Boot logo supplied by the device tree
From: Sam Ravnborg
Date: Fri Aug 14 2026 - 11:55:40 EST
Hi Maxim.
> On doing it through KMS: you are right, and the follow-up series should be
> a DRM client alongside drm_log rather than a hook in drm_fb_helper. I will
> rework it that way before posting it.
Take a look at:
https://lkml.iu.edu/2605.1/03465.html
The work Francesco Valla did seems to overlap a lot with what you
suggest.
>From the intro mail:
"
in a nutshell, the splash DRM client can draw a splashscreen using:
- the BMP image supplied by the EFI BGRT;
- a BMP image loaded as firmware (either built-in or loaded from the
filesystem);
- a colored background.
"
Sam