mbox series

[pull] amdgpu 5.6 fixes

Message ID 20200319021045.4071-1-alexander.deucher@amd.com (mailing list archive)
State New, archived
Headers show
Series [pull] amdgpu 5.6 fixes | expand

Pull-request

git://people.freedesktop.org/~agd5f/linux tags/amd-drm-fixes-5.6-2020-03-18

Message

Alex Deucher March 19, 2020, 2:10 a.m. UTC
Hi Dave, Daniel,

Fixes for 5.6.

The following changes since commit 16b78f052d0129cd2998305480da6c4e3ac220a8:

  Merge tag 'topic/mst-bw-check-fixes-for-airlied-2020-03-12-2' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes (2020-03-13 10:38:25 +1000)

are available in the Git repository at:

  git://people.freedesktop.org/~agd5f/linux tags/amd-drm-fixes-5.6-2020-03-18

for you to fetch changes up to a3c33e7a4a116f8715c0ef0e668e6aeff009c762:

  drm/amdgpu: fix typo for vcn2.5/jpeg2.5 idle check (2020-03-18 18:21:57 -0400)

----------------------------------------------------------------
amd-drm-fixes-5.6-2020-03-18:

amdgpu:
- VCN clockgating fixes
- GPR debugfs fix for umr
- GPU reset fix
- eDP fix for MBP
- DCN2.x fix

----------------------------------------------------------------
Evan Quan (1):
      drm/amdgpu: add fbdev suspend/resume on gpu reset

James Zhu (3):
      drm/amdgpu: fix typo for vcn1 idle check
      drm/amdgpu: fix typo for vcn2/jpeg2 idle check
      drm/amdgpu: fix typo for vcn2.5/jpeg2.5 idle check

Mario Kleiner (1):
      drm/amd/display: Add link_rate quirk for Apple 15" MBP 2017

Stanley.Yang (1):
      drm/amd/display: fix typos for dcn20_funcs and dcn21_funcs struct

Tom St Denis (1):
      drm/amd/amdgpu: Fix GPR read from debugfs (v2)

 drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c       |  6 +++---
 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c        |  4 ++++
 drivers/gpu/drm/amd/amdgpu/jpeg_v2_0.c            |  2 +-
 drivers/gpu/drm/amd/amdgpu/jpeg_v2_5.c            |  2 +-
 drivers/gpu/drm/amd/amdgpu/vcn_v1_0.c             |  2 +-
 drivers/gpu/drm/amd/amdgpu/vcn_v2_0.c             |  2 +-
 drivers/gpu/drm/amd/amdgpu/vcn_v2_5.c             |  2 +-
 drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c  | 11 +++++++++++
 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_init.c |  1 -
 drivers/gpu/drm/amd/display/dc/dcn21/dcn21_init.c |  1 -
 10 files changed, 23 insertions(+), 10 deletions(-)