From: Ard Biesheuvel <ardb+git@google.com>
To: linux-efi@vger.kernel.org
Cc: linux-kernel@vger.kernel.org, Ard Biesheuvel <ardb@kernel.org>,
Thomas Zimmermann <tzimmermann@suse.de>,
Javier Martinez Canillas <javierm@redhat.com>
Subject: [PATCH 0/3] video/efi: Support FIRMWARE_EDID on non-x86
Date: Wed, 19 Nov 2025 13:30:12 +0100 [thread overview]
Message-ID: <20251119123011.1187249-5-ardb+git@google.com> (raw)
From: Ard Biesheuvel <ardb@kernel.org>
Refactor the screen_info handling so non-x86 platforms booting via the
EFI stub also have access to the EDID data exposed by the EFI boot
services.
Cc: Thomas Zimmermann <tzimmermann@suse.de>
Cc: Javier Martinez Canillas <javierm@redhat.com>
Ard Biesheuvel (3):
efi: Wrap screen_info in efi_screen_info so edid_info can be added
later
video/edid: Use getter function for edid_info
efi: Add FIRMWARE_EDID support
arch/x86/kernel/setup.c | 8 ++++++--
drivers/firmware/efi/earlycon.c | 1 -
drivers/firmware/efi/efi-init.c | 19 ++++++++++++++-----
drivers/firmware/efi/libstub/efi-stub-entry.c | 3 +--
drivers/firmware/efi/libstub/efi-stub.c | 16 ++++++++++------
drivers/firmware/efi/libstub/efistub.h | 9 +++------
drivers/firmware/efi/libstub/gop.c | 1 -
drivers/firmware/efi/libstub/screen_info.c | 7 +++----
drivers/firmware/efi/libstub/zboot.c | 2 +-
drivers/firmware/efi/sysfb_efi.c | 1 -
drivers/gpu/drm/sysfb/efidrm.c | 4 ++--
drivers/gpu/drm/sysfb/vesadrm.c | 4 ++--
drivers/video/Kconfig | 2 +-
drivers/video/fbdev/core/fbmon.c | 4 ++--
include/linux/efi.h | 10 +++++++++-
include/video/edid.h | 2 +-
16 files changed, 55 insertions(+), 38 deletions(-)
--
2.52.0.rc1.455.g30608eb744-goog
next reply other threads:[~2025-11-19 12:30 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-19 12:30 Ard Biesheuvel [this message]
2025-11-19 12:30 ` [PATCH 1/3] efi: Wrap screen_info in efi_screen_info so edid_info can be added later Ard Biesheuvel
2025-11-19 12:30 ` [PATCH 2/3] video/edid: Use getter function for edid_info Ard Biesheuvel
2025-11-19 12:30 ` [PATCH 3/3] efi: Add FIRMWARE_EDID support Ard Biesheuvel
2025-11-20 7:56 ` [PATCH 0/3] video/efi: Support FIRMWARE_EDID on non-x86 Thomas Zimmermann
2025-11-20 8:19 ` Thomas Zimmermann
2025-11-20 8:25 ` Ard Biesheuvel
2025-11-21 14:03 ` Thomas Zimmermann
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=20251119123011.1187249-5-ardb+git@google.com \
--to=ardb+git@google.com \
--cc=ardb@kernel.org \
--cc=javierm@redhat.com \
--cc=linux-efi@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=tzimmermann@suse.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 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.