linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Thomas Zimmermann <tzimmermann@suse.de>
To: Ard Biesheuvel <ardb@kernel.org>
Cc: javierm@redhat.com, arnd@arndb.de, richard.lyu@suse.com,
	x86@kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, linux-efi@vger.kernel.org,
	loongarch@lists.linux.dev, linux-riscv@lists.infradead.org,
	dri-devel@lists.freedesktop.org, linux-hyperv@vger.kernel.org,
	linux-pci@vger.kernel.org, linux-fbdev@vger.kernel.org
Subject: Re: [PATCH v2 08/10] efi: Support EDID information
Date: Tue, 25 Nov 2025 08:19:52 +0100	[thread overview]
Message-ID: <8ff77586-724e-48a4-9282-643e8fa84d96@suse.de> (raw)
In-Reply-To: <CAMj1kXFtsneE3dFgUx6Hd=iBhD8YpvjfTSi-KZpuNaXfX07KyA@mail.gmail.com>

Hi

Am 24.11.25 um 18:04 schrieb Ard Biesheuvel:
> On Mon, 24 Nov 2025 at 18:01, Ard Biesheuvel <ardb@kernel.org> wrote:
>> On Mon, 24 Nov 2025 at 17:52, Thomas Zimmermann <tzimmermann@suse.de> wrote:
>>> Add LINUX_EFI_PRIMARY_DISPLAY_TABLE_GUID to the list of config-table
>>> UUIDs. Read sysfb_primary_display from the entry. The UUID has been
>>> generated with uuidgen.
>>>
>>> Still support LINUX_EFI_SCREEN_INFO_TABLE_GUID as fallback in case an
>>> older boot loader invokes the kernel.
>>>
>>> If CONFIG_FIRMWARE_EDID=n, EDID information is disabled.
>>>
>>> Make the Kconfig symbol CONFIG_FIRMWARE_EDID available with EFI. Setting
>>> the value to 'n' disables EDID support.
>>>
>>> Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
>> Why are we adding a new config table again?
>>
>>
> Note that LINUX_EFI_SCREEN_INFO_TABLE_GUID is internal ABI only
> between the EFI stub and the core kernel.

Ah, ok. That's my misconception. I was thinking that we have to support 
external boot loaders building a config table.

I'll just extend the existing UUID then.

Best regards
Thomas


-- 
--
Thomas Zimmermann
Graphics Driver Developer
SUSE Software Solutions Germany GmbH
Frankenstr. 146, 90461 Nürnberg, Germany, www.suse.com
GF: Jochen Jaser, Andrew McDonald, Werner Knoblich, (HRB 36809, AG Nürnberg)



  reply	other threads:[~2025-11-25  7:19 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-11-24 16:40 [PATCH v2 00/10] arch,sysfb,efi: Support EDID on non-x86 EFI systems Thomas Zimmermann
2025-11-24 16:40 ` [PATCH v2 01/10] efi: earlycon: Reduce number of references to global screen_info Thomas Zimmermann
2025-11-24 16:40 ` [PATCH v2 02/10] efi: sysfb_efi: " Thomas Zimmermann
2025-11-24 16:40 ` [PATCH v2 03/10] sysfb: Add struct sysfb_display_info Thomas Zimmermann
2025-11-24 16:40 ` [PATCH v2 04/10] sysfb: Replace screen_info with sysfb_primary_display Thomas Zimmermann
2025-11-24 23:56   ` Bjorn Helgaas
2025-11-24 16:40 ` [PATCH v2 05/10] sysfb: Pass sysfb_primary_display to devices Thomas Zimmermann
2025-11-24 16:40 ` [PATCH v2 06/10] sysfb: Move edid_info into sysfb_primary_display Thomas Zimmermann
2025-11-24 16:40 ` [PATCH v2 07/10] efi: Refactor init_primary_display() helpers Thomas Zimmermann
2025-11-24 16:40 ` [PATCH v2 08/10] efi: Support EDID information Thomas Zimmermann
2025-11-24 17:01   ` Ard Biesheuvel
2025-11-24 17:04     ` Ard Biesheuvel
2025-11-25  7:19       ` Thomas Zimmermann [this message]
2025-11-24 16:40 ` [PATCH v2 09/10] efi: libstub: Transfer EDID to kernel Thomas Zimmermann
2025-11-24 16:40 ` [PATCH v2 10/10] efi: libstub: Simplify interfaces for primary_display 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=8ff77586-724e-48a4-9282-643e8fa84d96@suse.de \
    --to=tzimmermann@suse.de \
    --cc=ardb@kernel.org \
    --cc=arnd@arndb.de \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=javierm@redhat.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-efi@vger.kernel.org \
    --cc=linux-fbdev@vger.kernel.org \
    --cc=linux-hyperv@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pci@vger.kernel.org \
    --cc=linux-riscv@lists.infradead.org \
    --cc=loongarch@lists.linux.dev \
    --cc=richard.lyu@suse.com \
    --cc=x86@kernel.org \
    /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).