u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
From: Mark Kettenis <kettenis@openbsd.org>
To: u-boot@lists.denx.de
Cc: Mark Kettenis <kettenis@openbsd.org>,
	Anatolij Gustschin <agust@denx.de>,
	Heinrich Schuchardt <xypron.glpk@gmx.de>,
	Alexander Graf <agraf@csgraf.de>
Subject: [PATCH 0/3] 30bpp framebuffer support
Date: Thu, 16 Sep 2021 15:01:14 +0200	[thread overview]
Message-ID: <20210916130117.20894-1-kettenis@openbsd.org> (raw)

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


             reply	other threads:[~2021-09-16 13:01 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-16 13:01 Mark Kettenis [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210916130117.20894-1-kettenis@openbsd.org \
    --to=kettenis@openbsd.org \
    --cc=agraf@csgraf.de \
    --cc=agust@denx.de \
    --cc=u-boot@lists.denx.de \
    --cc=xypron.glpk@gmx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).