CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2024/01/13 03:00:27
Modified files: sys/dev/pci/drm: drm_linux.c sys/dev/pci/drm/include/linux: component.h platform_device.h Log 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@