index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
videomode
Age
Commit message (
Expand
)
Author
2018-07-10
add quirk to find the native resolution on certain Iiyama monitors
macallan
2014-11-17
Parse the extension block count field, and make it available in struct edid_info
jmcneill
2014-03-21
spelling in comments
dholland
2013-09-15
Mark potentially unused variables
martin
2013-02-08
aprint_verbose -> aprint_debug
skrll
2011-04-09
make this compile again.
christos
2011-04-09
- little KNF
christos
2011-04-09
Add a new function - sort_modes() - to sort video modes in an approximate
jdc
2011-04-09
Remove duplicate video modes.
jdc
2011-03-30
Display detailed timing parameters in edid_print().
jdc
2011-03-30
Adjustments to detailed timing flags:
jdc
2011-03-30
Regenerate for:
jdc
2011-03-30
Update modes based on our current xsrc.
jdc
2011-03-21
Correct "832x624x74".
jdc
2011-03-21
Clarify vrefresh comment (no functional change)
jdc
2011-03-21
Regenerate for:
jdc
2011-03-21
Add EDID established timing modelines for 720x400x70 and 720x400x88
jdc
2010-10-12
fix off-by-one error which happened when the first mode with matching size is
macallan
2010-05-04
add a bunch of small utility functions to pick video modes based on things
macallan
2009-11-14
Fix a wrong index value for edid_products[] inside #ifdef EDIDVERBOSE in
tsutsui
2009-01-21
add a comment explaining how to regenerate videomode.c
jnemeth
2009-01-21
add a comment explaining how to regenerate ediddevs.h and ediddevs_data.h
jnemeth
2008-10-21
regen
macallan
2008-10-21
add 1152x900 at 66Hz and 76Hz
macallan
2008-10-19
Use ${TOOL_AWK} instead of ${AWK} or plain "awk" in make commands.
apb
2007-04-03
regen
macallan
2007-04-03
add 1680x1050 @ 60.00Hz
macallan
2007-03-07
correct the maximum supported dotclock on monitors that report one value
macallan
2007-03-07
initialize edid_nmodes before using it (in edid_parse() )
macallan
2007-03-07
add 1280x1024@70Hz
macallan
2007-03-07
add Relisys
macallan
2007-01-08
add 1280x768@75Hz modeline
macallan
2006-11-11
add 1024x768 @ 89Hz for the Apple eMac
macallan
2006-10-26
Regen (__KERNEL_RCSID()).
bjh21
2006-10-26
Emit __KERNEL_RCSID() into videomodes.c so that kernels using it can be
bjh21
2006-05-13
Correct two problems with established timings. First, the wrong hex value
gdamore
2006-05-11
Change edid_parse() to take the edid structure as argument rather than
gdamore
2006-05-11
Add EDID framework. (No documentation as yet.)
gdamore
2006-05-09
Handle interlace video refresh modes, so 1024x768i is 87Hz refresh, instead
gdamore
2006-03-08
Use the SI capitalization for "Hz", "kHz", and "MHz" in comments and strings.
lukem
2006-03-04
Fix a few minor errors in the config data. Tested with a sample config.
gdamore
2006-03-04
Added a test driver program.
gdamore
2006-03-04
Initial swag at common video mode database. Not used for anything (yet).
gdamore