Re: [RFC PATCH 0/6] Boot logo supplied by the device tree
Sam Ravnborg <[email protected]>
| Newsgroups | gmane.linux.kernel,gmane.comp.video.dri.devel,gmane.linux.drivers.devicetree |
|---|---|
| Message-ID | <[email protected]> |
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