]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
efi/libstub: gop: Find GOP handle instead of GOP data
authorThomas Zimmermann <tzimmermann@suse.de>
Wed, 15 Oct 2025 15:56:31 +0000 (17:56 +0200)
committerArd Biesheuvel <ardb@kernel.org>
Tue, 18 Nov 2025 19:39:55 +0000 (20:39 +0100)
commit9d805709d897dc3765d32630178ef8c8b2b624ee
tree786288afc8385e8070c5295c83d7780685a431af
parentd85b56af22f371409cbf667bab26f938e6528d2e
efi/libstub: gop: Find GOP handle instead of GOP data

The device handle of the GOP device is required to retrieve the
correct EDID data. Find the handle instead of the GOP data. Still
return the GOP data in the function arguments, as we already looked
it up.

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Javier Martinez Canillas <javierm@redhat.com>
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
drivers/firmware/efi/libstub/gop.c