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
/
genfb.c
Age
Commit message (
Expand
)
Author
2022-08-01
genfb: Handle uninitialized softc in genfb_enable/disable_polling.
riastradh
2022-07-17
genfb(4): Make internal parts of struct genfb_softc private.
riastradh
2022-07-17
genfb(4): KASSERT(a && b) -> KASSERT(a); KASSERT(b)
riastradh
2022-07-09
Fix GENFB_GLYPHCACHE with shadow fb.
rin
2022-03-28
Add helper to detach genfb console.
mlelstv
2021-12-24
wsfb: Prefer wide fonts when EDID data is available.
jmcneill
2021-08-30
Add 10-bit pixel format support.
jmcneill
2021-08-07
Merge thorpej-cfargs2.
thorpej
2021-04-24
Merge thorpej-cfargs branch:
thorpej
2021-01-27
add optional glyph cache for genfb
macallan
2021-01-26
remove outdated comment
macallan
2021-01-17
Prefer printing the framebuffer's PA instead of VA. It's much more useful..
jmcneill
2020-10-19
Add "is_swapped" property which indicates 32-bpp framebuffer is
rin
2020-10-18
Revert rev 1.75; do not set WSFB_VRAM_IS_RAM flag bit. It indicates
rin
2020-10-18
Remove stray TABs. No binary changes.
rin
2020-10-18
For WSDISPLAYIO_GET_FBINFO ioctl, set WSFB_VRAM_IS_RAM to fbi_flags
rin
2020-06-11
Update for proplib(3) API changes.
thorpej
2020-05-30
reduce stack usage in genfb_calc_hsize()
jdolecek
2020-04-13
Get genfb's address offset correctly when the vaule >= 4G. OK's by jmcneill.
msaitoh
2020-02-23
Do not replay the msgbuf if we are booting silent or quiet.
martin
2019-08-09
Fix bug introduced in rev. 1.69:
rin
2019-08-07
We support anti-aliasing for depth 2.
rin
2019-08-02
Notify size of shadow framebuffer if enabled.
rin
2019-07-29
Enable anti-aliasing for depth 24.
rin
2019-07-28
sys/dev/rasops routines support anti-aliasing for depths 15 and 16.
rin
2019-05-31
If an EDID is available, attempt to use the screen size to influence font
jmcneill
2018-09-03
Rename min/max -> uimin/uimax for better honesty.
riastradh
2018-03-06
Fix cmap bounds checking.
mlelstv
2018-01-21
CID-1427771: Remove incorrect pre-condition (index cannot be 256!)
christos
2017-06-01
remove checks for failure after memory allocation calls that cannot fail:
chs
2017-05-19
enable font loading and screen resizing
macallan
2017-02-25
genfb(4): Enabling/Disabling shadowfb can be controlled via prop.
nonaka
2015-06-01
Fix splashscreen on resolutions where text is centered.
nat
2015-03-20
support 24bpp framebuffers
jmcneill
2014-09-10
handle WSDISPLAYIO_GET_EDID and WSDISPLAYIO_GET_FBINFO only if the bus
macallan
2014-07-24
Add enable/disable polling hooks to genfb_ops.
riastradh
2014-07-22
Do not printf(foobar()). Bad bad bad bad bad!
riastradh
2014-03-18
Merge riastradh-drm2 to HEAD.
riastradh
2014-01-22
Provide a wsdisplay_accessops.pollc
skrll
2013-10-09
support WSDISPLAYIO_GET_FBINFO
macallan
2013-01-10
for WSDISPLAYIO_SMODE, if the bus ioctl handler returns EPASSTHROUGH, dont tr...
jmcneill
2013-01-09
aprint_verbose -> aprint_debug
jmcneill
2012-04-12
in 32 bit colour assume RGB ordering, allow override using a device property
macallan
2012-02-07
On 8-bit screens only enable font anti-aliasing when the cmap_callback
phx
2012-01-11
use rasops_init(0, 0)
macallan
2012-01-04
support anti-aliased fonts in 8 bit, generate an appropriate colour map
macallan
2011-12-28
if the cursor row passed in a device property doesn't fit on the screen just
macallan
2011-12-22
support anti-aliased fonts in 32bit colour
macallan
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
[next]