index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
fdt
/
simplefb.c
Age
Commit message (
Expand
)
Author
2023-04-16
Add no-op implementations of the WSDISPLAYIO_GVIDEO and WSDISPLAYIO_SVIDEO
Mark Kettenis
2022-11-09
Hook up gpiobl(4) to the screen burner instead of wsdisplay(4) brightness
Tobias Heider
2022-11-09
Constify simplefb_formats[]; OK patrick
Klemens Nanni
2022-09-26
For framebuffers that don't start on a page boundary, we need to allow
Mark Kettenis
2022-07-15
Implement support for framebuffers that don't start on a page boundary.
Mark Kettenis
2022-01-09
spelling
Jonathan Gray
2021-10-24
Constify struct cfattach.
Martin Pieuchot
2021-03-13
Advertise 30-bit color support.
Mark Kettenis
2021-03-09
Add support for 30-bit color modes.
Mark Kettenis
2020-05-28
Enable scrollback in simplefb(4).
Frederic Cambus
2020-05-25
change wsdisplay attribute type from long to uint32_t
Jonathan Gray
2020-05-25
rename wsdisplay alloc_attr() to pack_attr()
Jonathan Gray
2020-01-22
The Pinebook Pro's u-boot seems to add a zero-length framebuffer
Patrick Wildt
2019-12-25
WSDISPLAYIO_GTYPE is u_int not int
Jonathan Gray
2019-10-13
Add display brightness hooks.
Mark Kettenis
2018-08-27
Add an interface that allows drivers to claim a framebuffer and check
Mark Kettenis
2018-07-31
Display color depth alongside resolution when attaching simplefb(4).
Frederic Cambus
2017-12-18
Map framebuffer into userland as non-cachable (but normal) memory. We still
Mark Kettenis
2017-08-27
Add glass console support for arm64. This uses the "stdout-path" property
Mark Kettenis
2017-01-03
Add simplefb(4), a driver to support the framebuffer set up by the firmware
Mark Kettenis