All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] 30bpp framebuffer support
@ 2021-09-16 13:01 Mark Kettenis
  2021-09-16 13:01 ` [PATCH 1/3] video: Add 30bpp support Mark Kettenis
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Mark Kettenis @ 2021-09-16 13:01 UTC (permalink / raw)
  To: u-boot
  Cc: Mark Kettenis, Anatolij Gustschin, Heinrich Schuchardt, Alexander Graf

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


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2021-09-25 16:55 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-16 13:01 [PATCH 0/3] 30bpp framebuffer support Mark Kettenis
2021-09-16 13:01 ` [PATCH 1/3] video: Add 30bpp support Mark Kettenis
2021-09-25 13:40   ` Simon Glass
2021-09-25 16:55     ` Mark Kettenis
2021-09-16 13:01 ` [PATCH 2/3] efi_loader: GOP: " Mark Kettenis
2021-09-17  2:56   ` Heinrich Schuchardt
2021-09-17  9:23     ` Mark Kettenis
2021-09-17 11:29       ` Heinrich Schuchardt
2021-09-17 12:41         ` Mark Kettenis
2021-09-25 13:40   ` Simon Glass
2021-09-16 13:01 ` [PATCH 3/3] video: simplefb: " Mark Kettenis
2021-09-25 13:41   ` Simon Glass

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.