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
/
edid.c
Age
Commit message (
Expand
)
Author
2022-09-25
Remove unnecessary include of <sys/malloc.h>.
thorpej
2022-04-16
fix various typos in comments and log messages.
andvar
2021-12-25
Make re-usuable to userland. The vesagtf standalone build is #if'd out for now.
mlelstv
2020-01-25
Fix uninitialized variable. There may not be a TYPE_ASCII block. Found by
maxv
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
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
Remove duplicate video modes.
jdc
2011-03-30
Display detailed timing parameters in edid_print().
jdc
2011-03-21
Correct "832x624x74".
jdc
2009-11-14
Fix a wrong index value for edid_products[] inside #ifdef EDIDVERBOSE in
tsutsui
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
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