OpenBSD cvs log

created 2024-01-23T15:13:33Z
begin 2024-01-13T00:00:00Z
end 2024-01-14T00:00:00Z
path src/sys
commits 1

date 2024-01-13T10:00:27Z
author kettenis
files src/sys/dev/pci/drm/drm_linux.c log diff annotate
src/sys/dev/pci/drm/include/linux/component.h log diff annotate
src/sys/dev/pci/drm/include/linux/platform_device.h log diff annotate
message Provide a more complete implementation of the "component" APIs. Also tweak
the "platform" interfaces to stash away the bits of fdt_attach_args that
we need later on instead of referencing it directly. This makes those
interfaces usable after attach time.

ok jsg@