summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/drm/amd/amdgpu (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* drm/amdgpu: add clockgating support for picassojsg2019-07-041-5/+6
| | | | | From Likun Gao 79f3641cc03881ba98aa549a149b34c838b7d7fb in mainline linux
* drm/amdgpu: add picasso support for vcnjsg2019-07-041-0/+5
| | | | | From Likun Gao 86771d9a58fa8f6b2b871f72c6beaf269f309718 in mainline linux
* drm/amdgpu: add picasso ucode loading methodjsg2019-07-041-0/+1
| | | | | From Likun Gao 669018bdcd858def1c43d130b4cc29409ed8c036 in mainline linux
* drm/amdgpu: initilize picasso psp firmwares supportjsg2019-07-042-0/+5
| | | | | From Likun Gao 227f3dc5f615eb31e007f5db4da7297c66a36e24 in mainline linux
* drm/amd/display/dm: add picasso supportjsg2019-07-041-0/+1
| | | | | From Likun Gao b22ab73314c0dfa91ac1948812c7e8050240c563 in mainline linux
* drm/amdgpu: add picasso support for vmjsg2019-07-041-2/+2
| | | | | From Likun Gao 5f4e2085eeab8c6386452bc18f4f680d1ea3b9d2 in mainline linux
* drm/amdgpu: add soc15 support for picassojsg2019-07-042-1/+27
| | | | | From Likun Gao ad5a67a7ea87e625721a5d0c4e9f12100372f1f6 in mainline linux
* drm/amdgpu: add picasso to asic_type enumjsg2019-07-041-0/+1
| | | | | From Likun Gao be9699e3923000ea32c2f4522e1e4de333d21d47 in mainline linux
* 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.