summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/drm/amd/amdgpu/amdgpu_vm.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* change some drm locks from IPL_TTY to IPL_NONEjsg2020-07-131-1/+1
| | | | | | | | In drm linux spinlocks are mapped to mutex(9). Locks without calls to spin_lock_irqsave(), spin_lock_irq() and the like (which block interrupts) can be changed to IPL_NONE. ok kettenis@
* drm/amdgpu: Sync with VM root BO when switching VM to CPU update modejsg2020-06-221-2/+9
| | | | | | From Felix Kuehling 8db9696c1fdfa3d80e29ee80d002f315e4e344a9 in linux 5.7.y/5.7.5 90ca78deb004abe75b5024968a199acb96bb70f9 in mainline linux
* update drm to linux 5.7jsg2020-06-081-1092/+1386
| | | | | | | | | | 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 uninitialized variable pasid_mapping_neededjsg2020-01-011-1/+1
| | | | | | From Colin Ian King 6032df37982ab948e6d2a41744deabef9181bec9 in linux 4.19.y/4.19.92 17cf678a33c6196a3df4531fe5aec91384c9eeb5 in mainline linux
* drm/amdgpu: grab the id mgr lock while accessing passid_mappingjsg2019-12-311-3/+9
| | | | | | From Christian Koenig 16bb81d541f31b163563fea951ccb30b0def0c0a in linux 4.19.y/4.19.92 6817bf283b2b851095825ec7f0e9f10398e09125 in mainline linux
* define CONFIG_X86* in autoconf.h as needed and reduce diff to linuxjsg2019-08-191-1/+1
| | | | ok kettenis@
* drm/amdgpu: simplify Raven, Raven2, and Picasso handlingjsg2019-07-041-2/+2
| | | | | From Alex Deucher 741deade2a704a434bd5939118c43d38e9ddac25 in mainline linux
* drm/amdgpu: add picasso support for vmjsg2019-07-041-2/+2
| | | | | From Likun Gao 5f4e2085eeab8c6386452bc18f4f680d1ea3b9d2 in mainline linux
* add amdgpu from linux 4.19.44 for recent AMD Radeon partsjsg2019-05-211-0/+3146
committing now so this can be worked on in tree Thanks to the OpenBSD Foundation for sponsoring this work and kettenis@ for helping.