summaryrefslogtreecommitdiff
path: root/sys/dev/videomode
AgeCommit message (Expand)Author
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