summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/drm/include/generated/autoconf.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* reduce the diff to linuxjsg2020-06-191-0/+2
|
* DRM_I915_FBDEV was replaced by DRM_FBDEV_EMULATIONjsg2020-06-121-1/+0
|
* update drm to linux 5.7jsg2020-06-081-8/+40
| | | | | | | | | | adds kernel support for amdgpu: vega20, raven2, renoir, navi10, navi14 inteldrm: icelake, tigerlake Thanks to the OpenBSD Foundation for sponsoring this work, kettenis@ for helping, patrick@ for helping adapt rockchip drm and many developers for testing.
* Build and enable amdgpu(4) on arm64. The DCN1.0 support has been madekettenis2019-08-281-0/+2
| | | | | | | optional and will only be compiled for amd64/i386. Apparently this is only needed on Raven Ridge APUs. ok jsg@, patrick@, deraadt@
* define CONFIG_X86* in autoconf.h as needed and reduce diff to linuxjsg2019-08-191-0/+12
| | | | ok kettenis@
* Implement a few Linux compat ACPI interfaces and enable the ACPI supportkettenis2019-08-181-0/+37
code in radeon(4) and amdgpu(4). ok jsg@