[pull] amdgpu, radeon drm-next-5.2
Alex Deucher
alexdeucher at gmail.com
Thu May 9 23:00:17 UTC 2019
Hi Dave, Daniel,
Fixes for 5.2:
- Fix a crash on gpu reset at driver load time
- ATPX hotplug fix for when the dGPU is powered off
- PLL fix for r5xx asics
- SR-IOV fixes
The following changes since commit 422449238e9853458283beffed77562d4b40a2fa:
Merge branch 'drm-next-5.2' of git://people.freedesktop.org/~agd5f/linux into drm-next (2019-05-03 10:31:07 +1000)
are available in the Git repository at:
git://people.freedesktop.org/~agd5f/linux drm-next-5.2
for you to fetch changes up to 9d6fea5744d6798353f37ac42a8a653a2607ca69:
drm/amdgpu/psp: move psp version specific function pointers to early_init (2019-05-09 17:47:04 -0500)
----------------------------------------------------------------
Aaron Liu (1):
drm/amdgpu: remove ATPX_DGPU_REQ_POWER_FOR_DISPLAYS check when hotplug-in
Alex Deucher (1):
drm/amdgpu/psp: move psp version specific function pointers to early_init
Christian König (1):
drm/radeon: prefer lower reference dividers
Evan Quan (1):
drm/amd/powerplay: check for invalid profile_exit setting
Nicholas Kazlauskas (1):
drm/amd/display: Use long for signed error code checks in commit planes
Trigger Huang (4):
drm/amdgpu: Rearm IRQ in Vega10 SR-IOV if IRQ lost
drm/amdgpu: Fix VM clean check method
drm/amdgpu: Add IDH_QUERY_ALIVE event for SR-IOV
drm/amdgpu: Use FW addr returned by PSP for VF MM
drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c | 3 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c | 10 ++++++
drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c | 19 ++++++------
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 36 ++++++++++++++++++++--
drivers/gpu/drm/amd/amdgpu/mxgpu_ai.c | 3 ++
drivers/gpu/drm/amd/amdgpu/mxgpu_ai.h | 1 +
drivers/gpu/drm/amd/amdgpu/uvd_v7_0.c | 16 ++++++----
drivers/gpu/drm/amd/amdgpu/vce_v4_0.c | 17 +++++++----
drivers/gpu/drm/amd/amdgpu/vega10_ih.c | 37 ++++++++++++++++++++++-
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 3 +-
drivers/gpu/drm/radeon/radeon_display.c | 4 +--
11 files changed, 119 insertions(+), 30 deletions(-)
More information about the amd-gfx
mailing list