summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/drm/amd/amdgpu (follow)
Commit message (Collapse)AuthorAgeFilesLines
* drm/amdgpu: remove ATPX_DGPU_REQ_POWER_FOR_DISPLAYS check when hotplug-injsg2019-06-111-2/+1
| | | | | | From Aaron Liu f3dcc88d531fd21af0c4261896eb23b455499366 in linux 4.19.y/4.19.50 bdb1ccb080dafc1b4224873a5b759ff85a7d1c10 in mainline linux
* drm/amdgpu/psp: move psp version specific function pointers to early_initjsg2019-06-111-9/+10
| | | | | | From Alex Deucher 748a97ec6c1588e3a49e09fe9ca56dcdb7f976b5 in linux 4.19.y/4.19.50 9d6fea5744d6798353f37ac42a8a653a2607ca69 in mainline linux
* drm/amdgpu: fix old fence check in amdgpu_fence_emitjsg2019-05-311-7/+17
| | | | | | From Christian Koenig d8a36f8418034bacef0b5b73c0822f41646d77ba in linux 4.19.y/4.19.47 3d2aca8c8620346abdba96c6300d2c0b90a1d0cc in mainline linux
* remove duplicate page tablejsg2019-05-311-19/+0
| | | | a holdover from when the allocation wasn't done in ttm
* 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.
* drop STUB() calls in paths frequently called when running xorgjsg2019-05-232-2/+0
|
* 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-21234-0/+175435
committing now so this can be worked on in tree Thanks to the OpenBSD Foundation for sponsoring this work and kettenis@ for helping.