History log of /openbsd/sys/dev/videomode/edidvar.h (Results 1 – 3 of 3)
Revision Date Author Comments
# f5ce9e77 06-Nov-2024 miod <miod@openbsd.org>

Sync with NetBSD: remove duplicate mode entries when parsing edid records,
be more robust against bogus edid data.


# 0c9d3924 06-Nov-2024 miod <miod@openbsd.org>

Make edid_parse() take a device name as extra argument so that the few
messages it may print are tied to the particular device it concerns.


# c9de011a 08-Oct-2009 matthieu <matthieu@openbsd.org>

Import EDID handling code from NetBSD. Ok deraadt@, miod@, mglocker@.