summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/drm/amd/amdgpu/amdgpu_ttm.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* change drm_vma function arguments to take struct drm_file *jsg2020-10-211-1/+2
| | | | | reduces the diff to linux 5.7.y ok kettenis@
* update drm to linux 5.7jsg2020-06-081-551/+600
| | | | | | | | | | 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.
* unstub amdgpu_ttm_bo_eviction_valuable()jsg2019-10-201-1/+0
| | | | | The remaining commented block of code calls amdkfd_fence_check_mm() which does nothing when not built with CONFIG_HSA_AMD.
* remove duplicate page tablejsg2019-05-311-19/+0
| | | | a holdover from when the allocation wasn't done in ttm
* add amdgpu from linux 4.19.44 for recent AMD Radeon partsjsg2019-05-211-0/+2626
committing now so this can be worked on in tree Thanks to the OpenBSD Foundation for sponsoring this work and kettenis@ for helping.