]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/sysfb: vesadrm: Add EDID support
authorThomas Zimmermann <tzimmermann@suse.de>
Tue, 1 Apr 2025 09:37:20 +0000 (11:37 +0200)
committerThomas Zimmermann <tzimmermann@suse.de>
Mon, 7 Apr 2025 09:02:07 +0000 (11:02 +0200)
commit9d0de9e8b7087745e63eef7bee298e103da4f590
tree778321951fd06ff80cdf511e67d99e62e52e0014
parenta84eb6abe2b6a7201610645749275c8ac999fd1a
drm/sysfb: vesadrm: Add EDID support

Enable the connector's EDID property if edid_info contains valid
data. Exports the EDID via sysfs for user-space compositors.

EDID information is not always available. Depending on the system
and kernel configuration, it is either provided by the boot loader
or read by the kernel during early boot stages.

There's only one VESA display, so EDID data always belongs to this
output.

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Javier Martinez Canillas <javierm@redhat.com>
Link: https://lore.kernel.org/r/20250401094056.32904-18-tzimmermann@suse.de
drivers/gpu/drm/sysfb/vesadrm.c