summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/drm/amd/amdgpu/amdgpu_psp.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* drm/amdgpu: fix ordering of psp suspendjsg2020-08-221-4/+4
| | | | | From Alex Deucher d0b3df5fdc668c07bb47cb3082124eb823066141 in linux 5.7.y/5.7.17
* drm/amdgpu: asd function needs to be unloaded in suspend phasejsg2020-07-161-0/+6
| | | | | | From Huang Rui 22ff658396b44606163ad0231e8215309a26d613 in linux 5.7.y/5.7.9 20303ec5d2165ee6344190274bc59118921f71d9 in mainline linux
* drm/amdgpu: add TMR destory function for pspjsg2020-07-161-4/+53
| | | | | | From Huang Rui 2c41c968c6f6480860c67210815cadc6507f5014 in linux 5.7.y/5.7.9 c564b8601ae917086751d90f464d5f19d731ece7 in mainline linux
* update drm to linux 5.7jsg2020-06-081-108/+1519
| | | | | | | | | | 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: simplify Raven, Raven2, and Picasso handlingjsg2019-07-041-1/+0
| | | | | From Alex Deucher 741deade2a704a434bd5939118c43d38e9ddac25 in mainline linux
* drm/amdgpu: initilize picasso psp firmwares supportjsg2019-07-041-0/+1
| | | | | From Likun Gao 227f3dc5f615eb31e007f5db4da7297c66a36e24 in mainline linux
* drm/amdgpu/psp: move psp version specific function pointers to early_initjsg2019-06-111-9/+10
| | | | | | From Alex Deucher 748a97ec6c1588e3a49e09fe9ca56dcdb7f976b5 in linux 4.19.y/4.19.50 9d6fea5744d6798353f37ac42a8a653a2607ca69 in mainline linux
* add amdgpu from linux 4.19.44 for recent AMD Radeon partsjsg2019-05-211-0/+596
committing now so this can be worked on in tree Thanks to the OpenBSD Foundation for sponsoring this work and kettenis@ for helping.