summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/drm/amd/amdgpu/amdgpu_vce.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* update drm to linux 5.7jsg2020-06-081-41/+43
| | | | | | | | | | 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/amdgpu: fix ring test failure issue during s3 in vce 3.0 (V2)jsg2019-09-161-1/+4
| | | | | | From Louis Li 7abeffff7bc33f86da68ca3bfc0fee881b3ab7de in linux 4.19.y/4.19.73 ce0e22f5d886d1b56c7ab4347c45b9ac5fcc058d in mainline linux
* add amdgpu from linux 4.19.44 for recent AMD Radeon partsjsg2019-05-211-0/+1148
committing now so this can be worked on in tree Thanks to the OpenBSD Foundation for sponsoring this work and kettenis@ for helping.