History log of /openbsd-src/sys/arch/powerpc64/dev/astfb.c (Results 1 – 5 of 5)
Revision Date Author Comments
# 63294167 15-Jul-2022 kettenis <kettenis@openbsd.org>

Implement support for framebuffers that don't start on a page boundary.
This happens on the new 14" and 16" Macbook Pro where we deliberately use
a framebuffer that skips the first few lines to avoid

Implement support for framebuffers that don't start on a page boundary.
This happens on the new 14" and 16" Macbook Pro where we deliberately use
a framebuffer that skips the first few lines to avoid "the notch".
The offset of the first pixel is added to struct wsdisplay_fbinfo. The
stride is added as well, mirroring the value returned by the
WSDISPLAYIO_LINEBYTES ioctl, such that we can retire that one in the
future. A compat ioctl is implemented to help the transition. The compat
code will be removed after OpenBSD 7.3 has been released.

ok miod@

show more ...


# 471aeecf 06-Apr-2022 naddy <naddy@openbsd.org>

constify struct cfattach


# cb96bc0b 30-Oct-2020 kettenis <kettenis@openbsd.org>

No need to print that we're the console device; wsdisplay(4) will do that
for us.


# e6f8608c 30-Oct-2020 kettenis <kettenis@openbsd.org>

Allow astfb(4) to become the console. At this point this is a "late" switch
and early kernel boot messages will appear on opalcons(4) until astfb(4)
attaches.


# 2b67eb97 01-Oct-2020 kettenis <kettenis@openbsd.org>

Add astfb(4), a driver for the framebuffer of the Aspeed BMC found on
many POWER8 and POWER9 systems.