summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/drm/amd/amdgpu/gmc_v9_0.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@
* update drm to linux 5.7jsg2020-06-081-459/+796
| | | | | | | | | | 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.
* amdgpu/gmc_v9: save/restore sdpif regs during S3jsg2020-03-061-1/+36
| | | | | | From Shirish S c47655fba16fa9a6af1c3eef997cf26bf2c92645 in linux 4.19.y/4.19.108 a3ed353cf8015ba84a0407a5dc3ffee038166ab0 in mainline linux
* define CONFIG_X86* in autoconf.h as needed and reduce diff to linuxjsg2019-08-191-1/+1
| | | | ok kettenis@
* drm/amdgpu/sriov: Need to initialize the HDP_NONSURFACE_BAStEjsg2019-07-311-0/+3
| | | | | | From Tiecheng Zhou c242a531bb068c91bea7454353206330423ec1a6 in linux 4.19.y/4.19.63 fe2b5323d2c3cedaa3bf943dc7a0d233c853c914 in mainline linux
* drm/amdgpu: simplify Raven, Raven2, and Picasso handlingjsg2019-07-041-4/+0
| | | | | From Alex Deucher 741deade2a704a434bd5939118c43d38e9ddac25 in mainline linux
* drm/amdgpu: add picasso support for gmcjsg2019-07-041-0/+4
| | | | | From Likun Gao e21f561ad52a6c909c64d2856a3ad03a4042a5df in mainline linux
* add amdgpu from linux 4.19.44 for recent AMD Radeon partsjsg2019-05-211-0/+1199
committing now so this can be worked on in tree Thanks to the OpenBSD Foundation for sponsoring this work and kettenis@ for helping.