summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/drm/amd/amdgpu/amdgpu_debugfs.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* drm/amdgpu: fix preemption unit testjsg2020-07-291-5/+15
| | | | | | From Jack Xiao 21869ebb9b74685d0668d42e55e628a29c969e62 in linux 5.7.y/5.7.11 d845a2051b6b673fab4229b920ea04c7c4352b51 in mainline linux
* update drm to linux 5.7jsg2020-06-081-47/+481
| | | | | | | | | | 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/amdgpu: Fix GPR read from debugfs (v2)jsg2020-03-261-3/+3
| | | | | | From Tom St Denis 053a9862f0202cdcda9c56778dd98396a7cb3513 in linux 4.19.y/4.19.113 5bbc6604a62814511c32f2e39bc9ffb2c1b92cbe in mainline linux
* drm/amdgpu: fix a potential information leaking bugjsg2019-08-251-1/+1
| | | | | | From Wang Xiayang 68340db992f6704b86a27e3f9f91d44ce1c8cb31 in linux 4.19.y/4.19.68 929e571c04c285861e0bb049a396a2bdaea63282 in mainline linux
* add amdgpu from linux 4.19.44 for recent AMD Radeon partsjsg2019-05-211-0/+951
committing now so this can be worked on in tree Thanks to the OpenBSD Foundation for sponsoring this work and kettenis@ for helping.