Re: [PATCH] efi: export sysfb_primary_display for EDID
From: Ard Biesheuvel
Date: Fri Feb 13 2026 - 13:23:25 EST
On Fri, 13 Feb 2026, at 19:17, Thomas Zimmermann wrote:
> Am 13.02.26 um 17:51 schrieb Arnd Bergmann:
>> From: Arnd Bergmann <arnd@xxxxxxxx>
>>
>> The sysfb_primary_display structure is now part of efi-init.c but
>> conditionally defined. One of the users is missing in the condition:
>>
>> aarch64-linux-ld: drivers/video/fbdev/core/fbmon.o: in function `fb_firmware_edid':
>> fbmon.c:(.text.fb_firmware_edid+0x3c): undefined reference to `sysfb_primary_display'
>>
>> Export it whenever CONFIG_FIRMWARE_EDID is set, so the fbdev core
>> code can use it.
>>
>> Fixes: 4fcae6358871 ("sysfb: Move edid_info into sysfb_primary_display")
>> Reported-by: kernel test robot <lkp@xxxxxxxxx>
>> Closes: https://lore.kernel.org/oe-kbuild-all/202602111543.Do4nkY5l-lkp@xxxxxxxxx/
>> Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx>
>
> Acked-by: Thomas Zimmermann <tzimmermann@xxxxxxx>
>
> Thanks for the fix.
>
Indeed, thanks for the fix. I'll queue this up and get it out soon.