summaryrefslogtreecommitdiff
path: root/sys/dev/videomode
AgeCommit message (Expand)Author
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
2014-03-21spelling in commentsdholland
2013-09-15Mark potentially unused variablesmartin
2013-02-08aprint_verbose -> aprint_debugskrll
2011-04-09make this compile again.christos
2011-04-09- little KNFchristos
2011-04-09Add a new function - sort_modes() - to sort video modes in an approximatejdc
2011-04-09Remove duplicate video modes.jdc
2011-03-30Display detailed timing parameters in edid_print().jdc
2011-03-30Adjustments to detailed timing flags:jdc
2011-03-30Regenerate for:jdc
2011-03-30Update modes based on our current xsrc.jdc
2011-03-21Correct "832x624x74".jdc
2011-03-21Clarify vrefresh comment (no functional change)jdc
2011-03-21Regenerate for:jdc
2011-03-21Add EDID established timing modelines for 720x400x70 and 720x400x88jdc
2010-10-12fix off-by-one error which happened when the first mode with matching size ismacallan
2010-05-04add a bunch of small utility functions to pick video modes based on thingsmacallan
2009-11-14Fix a wrong index value for edid_products[] inside #ifdef EDIDVERBOSE intsutsui
2009-01-21add a comment explaining how to regenerate videomode.cjnemeth
2009-01-21add a comment explaining how to regenerate ediddevs.h and ediddevs_data.hjnemeth
2008-10-21regenmacallan
2008-10-21add 1152x900 at 66Hz and 76Hzmacallan
2008-10-19Use ${TOOL_AWK} instead of ${AWK} or plain "awk" in make commands.apb
2007-04-03regenmacallan
2007-04-03add 1680x1050 @ 60.00Hzmacallan
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
2007-03-07add 1280x1024@70Hzmacallan
2007-03-07add Relisysmacallan
2007-01-08add 1280x768@75Hz modelinemacallan
2006-11-11add 1024x768 @ 89Hz for the Apple eMacmacallan
2006-10-26Regen (__KERNEL_RCSID()).bjh21
2006-10-26Emit __KERNEL_RCSID() into videomodes.c so that kernels using it can bebjh21
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
2006-05-09Handle interlace video refresh modes, so 1024x768i is 87Hz refresh, insteadgdamore
2006-03-08Use the SI capitalization for "Hz", "kHz", and "MHz" in comments and strings.lukem
2006-03-04Fix a few minor errors in the config data. Tested with a sample config.gdamore
2006-03-04Added a test driver program.gdamore
2006-03-04Initial swag at common video mode database. Not used for anything (yet).gdamore