mbox series

[pull] amdgpu drm-fixes-5.2

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

Pull-request

git://people.freedesktop.org/~agd5f/linux drm-fixes-5.2

Message

Alex Deucher June 5, 2019, 6:23 p.m. UTC
Hi Dave, Daniel,

Fixes for 5.2:
- A fix to make VCE resume more reliable
- Updates for new raven variants

The following changes since commit 2a3e0b716296a504d9e65fea7acb379c86fe4283:

  Merge tag 'imx-drm-fixes-2019-05-29' of git://git.pengutronix.de/git/pza/linux into drm-fixes (2019-05-31 09:15:25 +1000)

are available in the Git repository at:

  git://people.freedesktop.org/~agd5f/linux drm-fixes-5.2

for you to fetch changes up to 1929059893022a3bbed43934c7313e66aad7346b:

  drm/amd/amdgpu: add RLC firmware to support raven1 refresh (2019-06-05 11:14:15 -0500)

----------------------------------------------------------------
Chengming Gui (1):
      drm/amd/powerplay: add set_power_profile_mode for raven1_refresh

Louis Li (1):
      drm/amdgpu: fix ring test failure issue during s3 in vce 3.0 (V2)

Prike Liang (1):
      drm/amd/amdgpu: add RLC firmware to support raven1 refresh

 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c        | 12 +++------
 drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c            | 15 +++++++++++
 drivers/gpu/drm/amd/amdgpu/amdgpu_pm.h            |  1 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c           |  4 ++-
 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c             | 12 ++++++++-
 drivers/gpu/drm/amd/powerplay/hwmgr/hwmgr.c       |  1 +
 drivers/gpu/drm/amd/powerplay/hwmgr/smu10_hwmgr.c | 31 ++++++++++++++++++++---
 drivers/gpu/drm/amd/powerplay/inc/hwmgr.h         |  1 +
 8 files changed, 63 insertions(+), 14 deletions(-)