Re: [PATCH 0/6] arch, sysfb: Move screen and edid info into single place
From: Thomas Zimmermann
Date: Sat Nov 22 2025 - 05:52:38 EST
Hi
Am 21.11.25 um 17:31 schrieb Ard Biesheuvel:
On Fri, 21 Nov 2025 at 17:26, Thomas Zimmermann <tzimmermann@xxxxxxx> wrote:
HiBut does that mean the EDID firmware on non-x86 will have to wait for
Am 21.11.25 um 17:19 schrieb Ard Biesheuvel:
On Fri, 21 Nov 2025 at 17:09, Thomas Zimmermann <tzimmermann@xxxxxxx> wrote:Sure, I can also add it to the drm-misc tree. ETA in upstream would be
Yes, if I merge back -rc2 first, I can apply patches 1-5 onto my
Am 21.11.25 um 17:08 schrieb Thomas Zimmermann:
Hihttps://lore.kernel.org/all/20251013220829.1536292-1-superm1@xxxxxxxxxx/
Am 21.11.25 um 16:56 schrieb Ard Biesheuvel:
On Fri, 21 Nov 2025 at 16:53, Thomas Zimmermann <tzimmermann@xxxxxxx>Probably from a78835b86a44 ("PCI/VGA: Select SCREEN_INFO on X86")
wrote:
HiI don't mind queueing all of it, but I did get a conflict on
Am 21.11.25 um 16:16 schrieb Ard Biesheuvel:
On Fri, 21 Nov 2025 at 16:10, Arnd Bergmann <arnd@xxxxxxxx> wrote:Thanks
On Fri, Nov 21, 2025, at 14:36, Thomas Zimmermann wrote:
Replace screen_info and edid_info with sysfb_primary_device of typeThis all looks good to me,
struct sysfb_display_info. Update all users.
Sysfb DRM drivers currently fetch the global edid_info directly,
when
they should get that information together with the screen_info
from their
device. Wrapping screen_info and edid_info in
sysfb_primary_display and
passing this to drivers enables this.
Replacing both with sysfb_primary_display has been motivate by
the EFI
stub. EFI wants to transfer EDID via config table in a single entry.
Using struct sysfb_display_info this will become easily possible.
Hence
accept some churn in architecture code for the long-term
improvements.
Acked-by: Arnd Bergmann <arnd@xxxxxxxx>
ThanksIt should also bring us one step closer to eventuallyAgreed
disconnecting the x86 boot ABI from the kernel-internal
sysfb_primary_display.
Acked-by: Ard Biesheuvel <ardb@xxxxxxxxxx>
I can take patches 1-2 right away, if that helps during the nextFrom my sysfb-focused POV, these patches would ideally all go through
cycle.
the same tree, say efi or generic arch, or whatever fits best. Most of
the other code is only renames anyway.
drivers/pci/vgaarb.c
efi/next tree. But then I hit
Applying: sysfb: Move edid_info into sysfb_primary_display
error: sha1 information is lacking or useless (drivers/gpu/drm/sysfb/efidrm.c).
error: could not build fake ancestor
Patch failed at 0006 sysfb: Move edid_info into sysfb_primary_display
If you prefer, you can take the whole lot via the sysfb tree instead,
assuming it does not depend on the EDID changes I already queued up?
v6.20-rc1.
6.21? I was trying to avoid making this a 6 month effort.
No problem. Then let me rebase onto linux-next and put the existing EDID patches for EFI on top. It's mostly acked or reviewed already. Once we have it in good shape we can merged it all at once via the linux-efi tree. Does that work for you?
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)