summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/drm/amd/amdgpu/amdgpu_device.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Match radeon_device.c rev 1.2 and return early in amdgpu_device_suspend()jsg2019-05-241-0/+2
| | | | | if "shutdown" is set and the mountroot hook has not run. Otherwise unhibernate causes a uvm fault due to an uninitialised lock.
* match radeondrm and switch DRM_INFO message with device id/asic name tojsg2019-05-231-1/+1
| | | | a printf so it shows without DRMDEBUG
* add amdgpu from linux 4.19.44 for recent AMD Radeon partsjsg2019-05-211-0/+3605
committing now so this can be worked on in tree Thanks to the OpenBSD Foundation for sponsoring this work and kettenis@ for helping.