
16 Sep
2021
16 Sep
'21
3:01 p.m.
Apple M1 machines come up with a framebuffer that in 30bpp mode. This series adds basic support for this mode.
Mark Kettenis (3): video: Add 30bpp support efi_loader: GOP: Add 30bpp support video: simplefb: Add 30bpp support
drivers/video/console_normal.c | 2 ++ drivers/video/console_rotate.c | 6 ++++++ drivers/video/console_truetype.c | 3 +++ drivers/video/simplefb.c | 3 +++ drivers/video/vidconsole-uclass.c | 7 +++++++ drivers/video/video-uclass.c | 1 + include/video.h | 1 + lib/efi_loader/efi_gop.c | 10 ++++++++++ 8 files changed, 33 insertions(+)
--
2.33.0