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
/
arch
/
sparc64
/
dev
/
ffb.c
Age
Commit message (
Expand
)
Author
2021-08-07
Merge thorpej-cfargs2.
thorpej
2021-04-24
Merge thorpej-cfargs branch:
thorpej
2020-07-05
Adapt to proplib api changes
martin
2019-12-22
Cleanup i2c bus acquire / release, centralizing all of the logic into
thorpej
2018-09-03
Rename min/max -> uimin/uimax for better honesty.
riastradh
2018-03-26
Correct a typo in the openprom variable name.
jdc
2017-05-19
enable font loading / screen resizing
macallan
2017-04-27
- don't blindly copy attribute bits which we don't support or which make no
macallan
2017-04-22
- set RI_FULLCLEAR
macallan
2016-11-04
mmap() memory-ish regions with BUS_SPACE_MAP_PREFETCHABLE
macallan
2016-07-07
KNF. Remove extra spaces. No functional change.
msaitoh
2015-09-11
- initialize sc_bg_cache and FFB_FBC_BG along with everything else so things
macallan
2013-10-09
support WSDISPLAYIO_GET_FBINFO
macallan
2013-09-12
Remove unused variable
martin
2013-07-30
avoid uninitialized use of defattr
macallan
2012-08-09
split ffb_putchar() into a version for mono fonts and one for anti-aliased
macallan
2012-04-12
don't assume that wscons assumes BGR ordering and request it explicitly
macallan
2012-01-11
use rasops_init(0, 0)
macallan
2011-12-22
support anti-aliased fonts and let the hardware do the alpha blending
macallan
2011-10-31
Add support for the WSDISPLAYIO_GET_EDID ioctl (requires passing a device_t
jdc
2011-10-23
Correct the VSYNC-related register definitions and rework how they are used
jdc
2011-08-18
shut up some debug output accidentially left in
macallan
2011-08-16
use appropriate WID and FBC for high resolution mode
macallan
2011-07-01
#include <sys/bus.h> instead of <machine/bus.h>.
dyoung
2011-06-03
CFATTACH_DECL_NEW
christos
2011-05-19
remove obsolete comment - putchar() does in fact use the blitter now
macallan
2011-05-09
Alter the sync-on-green and composite-sync settings:
jdc
2011-04-20
Remove some leftovers
martin
2011-04-09
Add EDID and video mode setting support to FFB.
jdc
2010-09-21
* implement hw acceleration for putchar()
macallan
2009-08-20
call vcons_replay_msgbuf() when appropriate
macallan
2008-11-16
make this work right with WSDISPLAY_SCROLLSUPPORT
macallan
2008-08-28
use device_private() to get the softc
martin
2008-06-13
use device_lookup_private to get softc
cegger
2008-04-05
use aprint_*_dev and device_xname
cegger
2007-03-04
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
christos
2006-10-15
Missing initializer
martin
2006-09-14
Vcons-ify the ffb driver, from macallan.
martin
2006-09-07
Remove accidently commited debug printf when unblanking, and actually
martin
2006-08-18
Fix wrong prom_getoption() return value checks
martin
2006-07-04
Initialize the "console screen" once - no matter if we are console or
martin
2006-04-15
Remove the getwschar and putwschar accessops from wsdisplay drivers as
jmmv
2006-04-12
make this compile again
macallan
2006-04-12
Add an extra cookie to the ioctl and mmap wsdisplay accessops that points
jmmv
2006-03-29
Use device_cfdata().
thorpej
2006-02-13
ANSIfy: u_intN_t -> uintN_t, remove __P(), fix function definitions.
cdi
2005-12-12
more proc -> lwp conversions.
christos
2005-12-11
merge ktrace-lwp.
christos
2005-07-04
Only set up the console screen on the console ffb.
jdc
2005-05-31
fixed a stupid typo that chained copycols to itself
macallan
[next]