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
/
ssdfb.c
Age
Commit message (
Expand
)
Author
2024-05-13
remove prototypes with no matching function
Jonathan Gray
2022-07-15
Implement support for framebuffers that don't start on a page boundary.
Mark Kettenis
2021-10-24
Constify struct cfattach.
Martin Pieuchot
2020-05-25
change wsdisplay attribute type from long to uint32_t
Jonathan Gray
2019-02-22
Allow ssdfb(4) to be mmap(2)-able so that we can use its framebuffer
Patrick Wildt
2019-01-17
No need to free the Command/Data GPIO in the I2C detach path since it is
Patrick Wildt
2019-01-17
Add support for the SSD1306 as seen on the NanoPi NEO2 with
Patrick Wildt
2018-08-17
The official name for the ssdfb(4) reset GPIO attribute uses plural form.
Patrick Wildt
2018-08-17
Support reading and using serveral device tree attributes for ssdfb(4),
Patrick Wildt
2018-08-09
Hook up the rasops text emulation functions so we only write out
Patrick Wildt
2018-08-02
Add I2C attachment code to ssdfb(4). The difference between the I2C
Patrick Wildt
2018-08-01
Implement a partial update mechanism. Since the SPI-connected display
Patrick Wildt
2018-07-31
Stop reversing bytes read from the framebuffer. That was added since
Patrick Wildt
2018-07-30
Add ssdfb(4), a driver for the SSD1309 controller that drives an
Patrick Wildt