summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/drm/amd/amdgpu/amdgpu_irq.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make amdgpu_irq_add_domain silent; this functionality is only needed tokettenis2020-06-121-4/+2
| | | | support digital audio output which we don't support (yet) in OpenBSD.
* update drm to linux 5.7jsg2020-06-081-57/+109
| | | | | | | | | | 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.
* add amdgpu from linux 4.19.44 for recent AMD Radeon partsjsg2019-05-211-0/+673
committing now so this can be worked on in tree Thanks to the OpenBSD Foundation for sponsoring this work and kettenis@ for helping.