summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/drm/amd (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/amd/display: Set stream->mode_changed when connectors changejsg2019-05-311-2/+1
| | | | | | From Nicholas Kazlauskas 62e79f4c6bc05c32be43e2532fe12c082429af27 in linux 4.19.y/4.19.47 b9952f93cd2cf5fca82b06a8179c0f5f7b769e83 in mainline linux
* drm/amd/display: Fix Divide by 0 in memory calculationsjsg2019-05-311-5/+15
| | | | | | From Murton Liu fc5293ab6c48710eed5df3b40e808e3a3c560e2d in linux 4.19.y/4.19.47 59979bf8be1784ebfc44215031c6c88ca22ae65d in mainline linux
* drm/amd/display: fix releasing planes when exiting odmjsg2019-05-311-2/+4
| | | | | | From Dmytro Laktyushkin 70611b1b81c4ec8ce99d3c00107e89697ec1f495 in linux 4.19.y/4.19.47 bc2193992b00488f5734613ac95b78ef2d2803ab 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-21953-0/+1541423
committing now so this can be worked on in tree Thanks to the OpenBSD Foundation for sponsoring this work and kettenis@ for helping.