summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/drm/amd/amdgpu/amdgpu_ucode.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* update drm to linux 5.7jsg2020-06-081-58/+173
| | | | | | | | | | 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.
* drm/amd: Add ucode DMCU supportkettenis2020-02-201-2/+19
| | | | | From David Francis 01fcfc83fe07ae42af707c3217f533fb350d4c19 in mainline linux
* drm/amdgpu: simplify Raven, Raven2, and Picasso handlingjsg2019-07-041-1/+0
| | | | | From Alex Deucher 741deade2a704a434bd5939118c43d38e9ddac25 in mainline linux
* drm/amdgpu: add picasso ucode loading methodjsg2019-07-041-0/+1
| | | | | From Likun Gao 669018bdcd858def1c43d130b4cc29409ed8c036 in mainline linux
* add amdgpu from linux 4.19.44 for recent AMD Radeon partsjsg2019-05-211-0/+496
committing now so this can be worked on in tree Thanks to the OpenBSD Foundation for sponsoring this work and kettenis@ for helping.