summaryrefslogtreecommitdiff
path: root/sys/dev/videomode/edid.c
AgeCommit message (Expand)Author
2022-09-25Remove unnecessary include of <sys/malloc.h>.thorpej
2022-04-16fix various typos in comments and log messages.andvar
2021-12-25Make re-usuable to userland. The vesagtf standalone build is #if'd out for now.mlelstv
2020-01-25Fix uninitialized variable. There may not be a TYPE_ASCII block. Found bymaxv
2018-07-10add quirk to find the native resolution on certain Iiyama monitorsmacallan
2014-11-17Parse the extension block count field, and make it available in struct edid_infojmcneill
2013-02-08aprint_verbose -> aprint_debugskrll
2011-04-09make this compile again.christos
2011-04-09- little KNFchristos
2011-04-09Remove duplicate video modes.jdc
2011-03-30Display detailed timing parameters in edid_print().jdc
2011-03-21Correct "832x624x74".jdc
2009-11-14Fix a wrong index value for edid_products[] inside #ifdef EDIDVERBOSE intsutsui
2007-03-07correct the maximum supported dotclock on monitors that report one valuemacallan
2007-03-07initialize edid_nmodes before using it (in edid_parse() )macallan
2006-05-13Correct two problems with established timings. First, the wrong hex valuegdamore
2006-05-11Change edid_parse() to take the edid structure as argument rather thangdamore
2006-05-11Add EDID framework. (No documentation as yet.)gdamore