summaryrefslogtreecommitdiff
path: root/sys/dev/fdt/simplefb.c
AgeCommit message (Expand)Author
2023-04-16Add no-op implementations of the WSDISPLAYIO_GVIDEO and WSDISPLAYIO_SVIDEOMark Kettenis
2022-11-09Hook up gpiobl(4) to the screen burner instead of wsdisplay(4) brightnessTobias Heider
2022-11-09Constify simplefb_formats[]; OK patrickKlemens Nanni
2022-09-26For framebuffers that don't start on a page boundary, we need to allowMark Kettenis
2022-07-15Implement support for framebuffers that don't start on a page boundary.Mark Kettenis
2022-01-09spellingJonathan Gray
2021-10-24Constify struct cfattach.Martin Pieuchot
2021-03-13Advertise 30-bit color support.Mark Kettenis
2021-03-09Add support for 30-bit color modes.Mark Kettenis
2020-05-28Enable scrollback in simplefb(4).Frederic Cambus
2020-05-25change wsdisplay attribute type from long to uint32_tJonathan Gray
2020-05-25rename wsdisplay alloc_attr() to pack_attr()Jonathan Gray
2020-01-22The Pinebook Pro's u-boot seems to add a zero-length framebufferPatrick Wildt
2019-12-25WSDISPLAYIO_GTYPE is u_int not intJonathan Gray
2019-10-13Add display brightness hooks.Mark Kettenis
2018-08-27Add an interface that allows drivers to claim a framebuffer and checkMark Kettenis
2018-07-31Display color depth alongside resolution when attaching simplefb(4).Frederic Cambus
2017-12-18Map framebuffer into userland as non-cachable (but normal) memory. We stillMark Kettenis
2017-08-27Add glass console support for arm64. This uses the "stdout-path" propertyMark Kettenis
2017-01-03Add simplefb(4), a driver to support the framebuffer set up by the firmwareMark Kettenis