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
/
wsfb
/
genfbvar.h
Age
Commit message (
Expand
)
Author
2022-07-17
genfb(4): Make internal parts of struct genfb_softc private.
riastradh
2022-03-28
Add helper to detach genfb console.
mlelstv
2021-01-27
add optional glyph cache for genfb
macallan
2017-02-25
genfb(4): Enabling/Disabling shadowfb can be controlled via prop.
nonaka
2014-07-24
Add enable/disable polling hooks to genfb_ops.
riastradh
2014-07-23
RCS IDs do not go in header files.
riastradh
2014-03-18
Merge riastradh-drm2 to HEAD.
riastradh
2011-07-13
use callbacks that match the ioctl() interface to control backlight
macallan
2011-06-02
some steps to make multiple instances work:
macallan
2011-02-09
add vcons_{enable,disable}_polling and genfb_{enable,disable}_polling
jmcneill
2011-02-08
add a 'setmode' callback to genfb and use it to setup write-combining
jmcneill
2010-10-07
finish device_t-ification
macallan
2010-10-06
add support for backlight control via machine dependent callbacks
macallan
2010-08-31
make use of a shadow framebuffer optional, use VCONS_DONT_READ by default
macallan
2010-02-24
A pointer typedef entails trading too much flexibility to declare const
dyoung
2010-02-22
Restore splashscreen support with genfb.
ahoka
2010-01-08
Expand PMF_FN_* macros.
dyoung
2009-08-24
Expose genfb_restore_palette and allow MD code to specify PMF callbacks.
jmcneill
2009-02-17
Add clear-screen and cursor-row properties to allow genfb to persist
jmcneill
2009-02-16
Provide callbacks so MD code can explicitly prevent genfb from matching;
jmcneill
2009-02-15
Introduce genfb_ops genfb_borrow callback to allow the bus frontend to
jmcneill
2009-02-14
Provide a stub genfb_cnattach for md code to call to give a hint to the
jmcneill
2008-04-29
Convert to new 2 clause license
martin
2007-10-19
machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
ad
2007-08-04
add shadow fb support
macallan
2007-04-14
add a callback to change the colour map
macallan
2007-04-10
- move all memory mapping into the bus frontend
macallan
2007-04-07
add genfb, a generic framebuffer console driver that's configured via
macallan