[pull] amdgpu, amdkfd drm-fixes-5.7
Alex Deucher
alexdeucher at gmail.com
Thu May 14 03:40:46 UTC 2020
Hi Dave, Daniel,
Fixes for 5.7.
The following changes since commit a9fe6f18cde03c20facbf75dc910a372c1c1025b:
Merge tag 'drm-misc-fixes-2020-05-07' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes (2020-05-08 15:04:25 +1000)
are available in the Git repository at:
git://people.freedesktop.org/~agd5f/linux tags/amd-drm-fixes-5.7-2020-05-13
for you to fetch changes up to 650e723cecf2738dee828564396f3239829aba83:
drm/amd/amdgpu: Update update_config() logic (2020-05-12 08:40:06 -0400)
----------------------------------------------------------------
amd-drm-fixes-5.7-2020-05-13:
amdgpu:
- Clockgating fixes
- Fix fbdev with scatter/gather display
- S4 fix for navi
- Soft recovery for gfx10
- Freesync fixes
- Atomic check cursor fix
- Add a gfxoff quirk
- MST fix
amdkfd:
- Fix GEM reference counting
----------------------------------------------------------------
Alex Deucher (2):
drm/amdgpu: force fbdev into vram
drm/amdgpu: implement soft_recovery for gfx10
Evan Quan (4):
drm/amdgpu: disable MGCG/MGLS also on gfx CG ungate
drm/amdgpu: drop unnecessary cancel_delayed_work_sync on PG ungate
drm/amd/powerplay: perform PG ungate prior to CG ungate
drm/amdgpu: enable hibernate support on Navi1X
Felix Kuehling (1):
drm/amdgpu: Use GEM obj reference for KFD BOs
Leo (Hanghong) Ma (1):
drm/amd/amdgpu: Update update_config() logic
Nicholas Kazlauskas (1):
drm/amd/display: Fix vblank and pageflip event handling for FreeSync
Simon Ser (1):
drm/amd/display: add basic atomic check for cursor plane
Tom St Denis (1):
drm/amd/amdgpu: add raven1 part to the gfxoff quirk list
drivers/gpu/drm/amd/amdgpu/amdgpu.h | 1 +
drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c | 5 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 2 +
drivers/gpu/drm/amd/amdgpu/amdgpu_fb.c | 3 +-
drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c | 22 ++-
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c | 14 +-
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 163 ++++++++++-----------
.../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_hdcp.c | 10 +-
drivers/gpu/drm/amd/powerplay/amd_powerplay.c | 6 +-
drivers/gpu/drm/amd/powerplay/amdgpu_smu.c | 8 +-
10 files changed, 119 insertions(+), 115 deletions(-)
More information about the dri-devel
mailing list