summaryrefslogtreecommitdiffstats
path: root/sys/dev/fdt/simplefb.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Advertise 30-bit color support.kettenis2021-03-131-2/+5
* Add support for 30-bit color modes.kettenis2021-03-091-2/+4
* Enable scrollback in simplefb(4).fcambus2020-05-281-1/+2
* change wsdisplay attribute type from long to uint32_tjsg2020-05-251-5/+5
* rename wsdisplay alloc_attr() to pack_attr()jsg2020-05-251-3/+3
* The Pinebook Pro's u-boot seems to add a zero-length framebufferpatrick2020-01-221-5/+6
* WSDISPLAYIO_GTYPE is u_int not intjsg2019-12-251-2/+2
* Add display brightness hooks.kettenis2019-10-131-1/+10
* Add an interface that allows drivers to claim a framebuffer and checkkettenis2018-08-271-1/+5
* Display color depth alongside resolution when attaching simplefb(4).fcambus2018-07-311-2/+2
* Map framebuffer into userland as non-cachable (but normal) memory. We stillkettenis2017-12-181-2/+4
* Add glass console support for arm64. This uses the "stdout-path" propertykettenis2017-08-271-33/+127
* Add simplefb(4), a driver to support the framebuffer set up by the firmwarekettenis2017-01-031-0/+243