summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/drm/amd/amdkfd (follow)
Commit message (Collapse)AuthorAgeFilesLines
* drm/amd: fix potential memleak in err branchjsg2020-07-021-0/+1
| | | | | | From Bernard Zhao 27998cb2e9c678cb65698c1965a7d7b931e0a671 in linux 5.7.y/5.7.7 b5b78a6c8d8cb9c307bc6b16a754603424459d6e in mainline linux
* drm/amdkfd: Use correct major in devcgroup checkjsg2020-06-261-1/+2
| | | | | | From Lorenz Brun 48d3b36959153cc427964c519b5430024fd61e10 in linux 5.7.y/5.7.6 99c7b309472787026ce52fd2bc5d00630567a872 in mainline linux
* update drm to linux 5.7jsg2020-06-0845-2734/+5791
| | | | | | | | | | 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/amdkfd: kfree the wrong pointerjsg2020-04-231-2/+2
| | | | | | From Jack Zhang 044a884072b4313554d910b792f46c3e1f0099a5 in linux 4.19.y/4.19.118 3148a6a0ef3cf93570f30a477292768f7eb5d3c3 in mainline linux
* drm/amdkfd: fix a potential NULL pointer dereference (v2)jsg2020-01-011-0/+5
| | | | | | From Allen Pais 55248674330101fb3ccf7cec8b729e8e067e5f71 in linux 4.19.y/4.19.92 81de29d842ccb776c0f77aa3e2b11b07fff0c0e2 in mainline linux
* drm/amdkfd: Add missing Polaris10 IDjsg2019-09-161-0/+1
| | | | | | From Kent Russell 90772cf588380e6253b8d820ed6c3a7933950181 in linux 4.19.y/4.19.73 0a5a9c276c335870a1cecc4f02b76d6d6f663c8b in mainline linux
* drm/amdkfd: Fix sdma queue map issuejsg2019-07-311-9/+12
| | | | | | From Oak Zeng 210dfe6309112dd028bf06561b828a749b6e1169 in linux 4.19.y/4.19.63 065e4bdfa1f3ab2884c110394d8b7e7ebe3b988c in mainline linux
* drm/amdkfd: Fix a potential memory leakjsg2019-07-311-1/+4
| | | | | | From Oak Zeng db64bc13944013357d231cbf9d1aee798d7b9892 in linux 4.19.y/4.19.63 e73390d181103a19e1111ec2f25559a0570e9fe0 in mainline linux
* add amdgpu from linux 4.19.44 for recent AMD Radeon partsjsg2019-05-2153-0/+23926
committing now so this can be worked on in tree Thanks to the OpenBSD Foundation for sponsoring this work and kettenis@ for helping.