#
5dd0baa8 |
| 22-Jan-2024 |
kettenis <kettenis@openbsd.org> |
Add apldcp(4) and apldrm(4). Together these drivers provide KMS functionality on Apple Silicom machines. At this point the drivers provide significant power savings when the display is blanked (and
Add apldcp(4) and apldrm(4). Together these drivers provide KMS functionality on Apple Silicom machines. At this point the drivers provide significant power savings when the display is blanked (and during suspend) and backlight control. Some support for HDMI output is also included, but for now only when HDMI is used as the primary output. In the future this should also provide displayport support.
This is a port of the the Asahi Linux drivers which can be found at
https://github.com/AsahiLinux/linux/tree/asahi-wip
Note that this branch gets rebased from time to time.
These drivers do *not* bring us GPU accelerated graphics. But there are reports that things run "smoother".
There are some known bugs with backlight control: the backlight level may not be restored properly after the display has been blanked, and changing the backlight quickly un succession may break the backlight control.
ok jsg@
show more ...
|