CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2019/08/18 07:11:47
Modified files: sys/dev/pci/drm: drm_drv.c drm_linux.c files.drm sys/dev/pci/drm/amd/amdgpu: amdgpu_bios.c sys/dev/pci/drm/i915: i915_drv.h sys/dev/pci/drm/include/drm: drmP.h sys/dev/pci/drm/include/linux: acpi.h backlight.h kconfig.h notifier.h pci.h sys/dev/pci/drm/radeon: radeon_bios.c Added files: sys/dev/pci/drm/include/generated: autoconf.h Log message: Implement a few Linux compat ACPI interfaces and enable the ACPI support code in radeon(4) and amdgpu(4). ok jsg@